[]
        
(Showing Draft Content)

C1.Framework.CheckBoxButtonElement

CheckBoxButtonElement Class

Represents a button with checkbox for TreeRow.

Namespace: C1.Framework
Assembly: C1.Win.8.dll
Syntax
public class CheckBoxButtonElement : CheckButtonElement, ISupportUia, IToolTipElement, IUiaButton, IUiaInvokeProvider

Constructors

Name Description
CheckBoxButtonElement()

Initializes a new instance of the CheckBoxButtonElement class.

Properties

Name Description
CheckIcon

Gets the C1Icon for the checked state of the checkBox.

IndeterminateIcon

Gets the C1Icon for the indeterminate state of the checkBox.

ShowIndeterminate

Gets or sets a value determines whether to use Indeterminate icon or not.

UncheckedIcon

Gets the C1Icon for the unchecked state of the checkBox.

Methods

Name Description
FinalizeUI()

Finalizes the user interface. This method is called when element is removed from UI.

GetIconElement()

Returns reference to the TextElement used to display text.

OnCheckedChanged()

Called when check box state is changed.

Events

Name Description
CheckedChanged

Event raised when checked/unchecked