[]
        
(Showing Draft Content)

C1.Win.FlexViewer.ButtonActionElement

ButtonActionElement Class

Represents a button element.

Inheritance
ButtonActionElement
Namespace: C1.Win.FlexViewer
Assembly: C1.Win.FlexViewer.4.8.dll
Syntax
public class ButtonActionElement : BaseActionElement

Constructors

Name Description
ButtonActionElement(C1FlexViewer, RibbonIconItem, FlexViewerAction, bool, bool)

Initializes a new instance of a ButtonActionElement.

Properties

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.

Methods

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.