[]
        
(Showing Draft Content)

C1.Framework.MnemonicRadioButtonElement

MnemonicRadioButtonElement Class

RadioButtonElement that interprets an ampersand character (&) in the Text property to be an access key prefix character.

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

Constructors

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.

Properties

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.

Methods

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.

Events

Name Description
CheckedChanged

Event raised when checked state changed.