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
objectCollectionCollectionObjectBasesParent collection.
ObjectInputButton(CollectionObjectBases, int)
Creates and inserts a new input button at the given index.
public ObjectInputButton(CollectionObjectBases objectCollection, int index)
Parameters
objectCollectionCollectionObjectBasesParent collection.
indexintInsertion index.
Properties
Button
Gets the action configuration for the button.
public PropertyInputButtonActionBase Button { get; }
Property Value
Font
Gets the font settings for the button text.
[JsonInclude]
public PropertyFontExt Font { get; }
Property Value
Text
Gets or sets the button text.
public string Text { get; set; }