[]
Represents a button element.
public class ButtonActionElement : BaseActionElement
| Name | Description |
|---|---|
| ButtonActionElement(C1FlexViewer, RibbonIconItem, FlexViewerAction, bool, bool) | Initializes a new instance of a ButtonActionElement. |
| Name | Description |
|---|---|
| CompactLayout | Gets or sets whether the button should display text below the image in one row. |
| FlipImageRtl | Gets or sets a value indicating if the image should be flipped horizontally in RightToLeft mode. |
| KeyTip | Gets or sets the KeyTip text. |
| LargeImage | Gets or sets the button large image. |
| ShowInQat | Gets or sets whether the button is added to Ribbon QAT. |
| SmallImage | Gets or sets the button small image. |
| Text | Gets or sets the button text. |
| Name | Description |
|---|---|
| ResetCompactLayout() | Resets the CompactLayout property to its default value. |
| ResetFlipImageRtl() | Resets the FlipImageRtl property to its default value. |
| ResetKeyTip() | Resets the KeyTip property to its default value. |
| ResetLargeImage() | Resets the LargeImage property to its default value. |
| ResetShowInQat() | Resets the ShowInQat property to its default value. |
| ResetSmallImage() | Resets the SmallImage property to its default value. |
| ResetText() | Resets the Text property to its default value. |
| ShouldSerializeCompactLayout() | Indicates whether the CompactLayout property should be serialized. |
| ShouldSerializeFlipImageRtl() | Indicates whether the FlipImageRtl property should be serialized. |
| ShouldSerializeKeyTip() | Indicates whether the KeyTip property should be serialized. |
| ShouldSerializeLargeImage() | Indicates whether the LargeImage property should be serialized. |
| ShouldSerializeShowInQat() | Indicates whether the ShowInQat property should be serialized. |
| ShouldSerializeSmallImage() | Indicates whether the SmallImage property should be serialized. |
| ShouldSerializeText() | Indicates whether the Text property should be serialized. |