[]
        
(Showing Draft Content)

C1.Framework.RadioButtonWithIconElement

RadioButtonWithIconElement Class

Represents a MnemonicRadioButtonElement with icon.

Namespace: C1.Framework
Assembly: C1.Win.4.8.dll
Syntax
public class RadioButtonWithIconElement : MnemonicRadioButtonElement, ISupportUia, IToolTipElement, IUiaButton, IUiaInvokeProvider, IMnemonicElement

Constructors

Name Description
RadioButtonWithIconElement()

Creates an instance of RadioButtonWithIconElement

Properties

Name Description
CheckIcon

Gets the C1Icon for the checked state of the radioButton.

UncheckedIcon

Gets the C1Icon for the unchecked state of the radioButton.

Methods

Name Description
FinalizeUI()

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

GetTextElement(bool)

Returns reference to the TextElement used to display text.

OnCheckedChanged()

Called when check box state is changed.