[]
RadioButtonElement that interprets an ampersand character (&) in the Text property to be an access key prefix character.
public class MnemonicRadioButtonElement : RadioButtonElement, ISupportUia, IToolTipElement, IUiaButton, IUiaInvokeProvider, IMnemonicElement
Name | Description |
---|---|
MnemonicRadioButtonElement() | Initializes a new MnemonicRadioButtonElement. |
MnemonicRadioButtonElement(Style) | Initializes a new MnemonicRadioButtonElement with specified style. |
MnemonicRadioButtonElement(Style, params object[]) | Initializes a new MnemonicRadioButtonElement with specified style and content. |
MnemonicRadioButtonElement(params object[]) | Initializes a new MnemonicRadioButtonElement with specified content. |
Name | Description |
---|---|
AutoChecked | Gets or sets a value indicated whether it should become unchecked only when one of it's sibling elements become checked. |
HotkeyPrefix | Gets or sets the HotkeyPrefix value for inner elements. |
Name | Description |
---|---|
GetTextElement(bool) | Returns reference to the TextElement used to display text. |
HandleMnemonic() | Method that gets called when the user presses the hot key that corresponds to this Element. |
OnCheckedChanged() | Called when check box state is changed. |
OnClick() | Fires the Click event. |
Name | Description |
---|---|
CheckedChanged | Event raised when checked state changed. |