Table of Contents

Class ObjectInputButton

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Represents an interactive button input object triggering an action (send to, save as, etc.).

public class ObjectInputButton : ObjectInputBase
Inheritance
ObjectInputButton
Inherited Members

Constructors

ObjectInputButton(CollectionObjectBases)

Creates and appends a new input button.

public ObjectInputButton(CollectionObjectBases objectCollection)

Parameters

objectCollection CollectionObjectBases

Parent collection.

ObjectInputButton(CollectionObjectBases, int)

Creates and inserts a new input button at the given index.

public ObjectInputButton(CollectionObjectBases objectCollection, int index)

Parameters

objectCollection CollectionObjectBases

Parent collection.

index int

Insertion index.

Properties

Button

Gets the action configuration for the button.

public PropertyInputButtonActionBase Button { get; }

Property Value

PropertyInputButtonActionBase

Font

Gets the font settings for the button text.

[JsonInclude]
public PropertyFontExt Font { get; }

Property Value

PropertyFontExt

Text

Gets or sets the button text.

public string Text { get; set; }

Property Value

string