Свойство | Тип | Описание | |
---|---|---|---|
AutoUpdateOthers | void | ||
OnControllerClick | void | ||
OnRadioButtonTextChanged | void | ||
ResetLabelStyle | void | ||
ShouldSerializeImages | bool | ||
ShouldSerializeLabelStyle | bool | ||
ShouldSerializeOverrideFocus | bool | ||
ShouldSerializeStateCommon | bool | ||
ShouldSerializeStateDisabled | bool | ||
ShouldSerializeStateNormal | bool | ||
ShouldSerializeText | bool | ||
ShouldSerializeValues | bool | ||
UpdateForOrientation | void |
Метод | Описание | |
---|---|---|
Focus ( ) : bool |
Sets input focus to the control.
|
|
KryptonRadioButton ( ) : System |
Initialize a new instance of the RadioButton class.
|
|
ResetText ( ) : void |
Resets the Text property to its default value.
|
|
Select ( ) : void |
Activates the control.
|
|
SetFixedState ( bool focus, bool enabled, bool tracking, bool pressed ) : void |
Fix the control to a particular palette state.
|
Метод | Описание | |
---|---|---|
EvalTransparentPaint ( ) : bool |
Work out if this control needs to paint transparent areas.
|
|
OnCheckedChanged ( |
Raises the CheckedChanged event.
|
|
OnClick ( |
Raises the Click event.
|
|
OnDoubleClick ( |
Raises the DoubleClick event.
|
|
OnEnabledChanged ( |
Raises the EnabledChanged event.
|
|
OnGotFocus ( |
Raises the GotFocus event.
|
|
OnLostFocus ( |
Raises the LostFocus event.
|
|
OnMouseDoubleClick ( |
Raises the MouseDoubleClick event.
|
|
OnMouseImeModeChanged ( |
Raises the ImeModeChanged event.
|
|
OnRightToLeftChanged ( |
Raises the RightToLeftChanged event.
|
|
ProcessMnemonic ( char charCode ) : bool |
Processes a mnemonic character.
|
|
SetLabelStyle ( LabelStyle style ) : void |
Update the view elements based on the requested label style.
|
Метод | Описание | |
---|---|---|
AutoUpdateOthers ( ) : void | ||
OnControllerClick ( object sender, |
||
OnRadioButtonTextChanged ( object sender, |
||
ResetLabelStyle ( ) : void | ||
ShouldSerializeImages ( ) : bool | ||
ShouldSerializeLabelStyle ( ) : bool | ||
ShouldSerializeOverrideFocus ( ) : bool | ||
ShouldSerializeStateCommon ( ) : bool | ||
ShouldSerializeStateDisabled ( ) : bool | ||
ShouldSerializeStateNormal ( ) : bool | ||
ShouldSerializeText ( ) : bool | ||
ShouldSerializeValues ( ) : bool | ||
UpdateForOrientation ( ) : void |
protected OnCheckedChanged ( |
||
e | An EventArgs containing the event data. | |
Результат | void |
protected OnClick ( |
||
e | An EventArgs containing the event data. | |
Результат | void |
protected OnDoubleClick ( |
||
e | An EventArgs containing the event data. | |
Результат | void |
protected OnEnabledChanged ( |
||
e | An EventArgs that contains the event data. | |
Результат | void |
protected OnGotFocus ( |
||
e | An EventArgs that contains the event data. | |
Результат | void |
protected OnLostFocus ( |
||
e | An EventArgs that contains the event data. | |
Результат | void |
protected OnMouseDoubleClick ( |
||
e | An EventArgs containing the event data. | |
Результат | void |
protected OnMouseImeModeChanged ( |
||
e | An EventArgs containing the event data. | |
Результат | void |
protected OnRightToLeftChanged ( |
||
e | An EventArgs containing event data. | |
Результат | void |
protected ProcessMnemonic ( char charCode ) : bool | ||
charCode | char | The mnemonic character entered. |
Результат | bool |
public SetFixedState ( bool focus, bool enabled, bool tracking, bool pressed ) : void | ||
focus | bool | Focus state for display. |
enabled | bool | Enabled state for display. |
tracking | bool | Tracking state for display. |
pressed | bool | Pressed state for display. |
Результат | void |
protected SetLabelStyle ( LabelStyle style ) : void | ||
style | LabelStyle | New label style. |
Результат | void |