[]
Represents a MnemonicRadioButtonElement with icon.
public class RadioButtonWithIconElement : MnemonicRadioButtonElement, ISupportUia, IToolTipElement, IUiaButton, IUiaInvokeProvider, IMnemonicElement
| Name | Description |
|---|---|
| RadioButtonWithIconElement() | Creates an instance of RadioButtonWithIconElement |
| Name | Description |
|---|---|
| CheckIcon | Gets the C1Icon for the checked state of the radioButton. |
| UncheckedIcon | Gets the C1Icon for the unchecked state of the radioButton. |
| 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. |