Свойство | Тип | Описание | |
---|---|---|---|
OnCheckBoxTextChanged | void | ||
OnControllerClick | void | ||
ResetLabelStyle | void | ||
ShouldSerializeImages | bool | ||
ShouldSerializeLabelStyle | bool | ||
ShouldSerializeOverrideFocus | bool | ||
ShouldSerializeStateCommon | bool | ||
ShouldSerializeStateDisabled | bool | ||
ShouldSerializeStateNormal | bool | ||
ShouldSerializeText | bool | ||
ShouldSerializeValues | bool | ||
UpdateForOrientation | void |
Метод | Описание | |
---|---|---|
GetImage ( PaletteState state ) : Image |
Gets the content image.
|
|
GetImageTransparentColor ( PaletteState state ) : Color |
Gets the image color that should be transparent.
|
|
GetLongText ( ) : string |
Gets the content long text.
|
|
GetShortText ( ) : string |
Gets the content short text.
|
|
KryptonCheckBox ( ) : System |
Initialize a new instance of the KryptonCheckBox class.
|
|
ResetText ( ) : void |
Resets the Text property to its default value.
|
|
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.
|
|
OnCheckStateChanged ( |
Raises the CheckStateChanged event.
|
|
OnCheckedChanged ( |
Raises the CheckedChanged event.
|
|
OnClick ( |
Raises the CheckStateChanged event.
|
|
OnCommandPropertyChanged ( object sender, |
Handles a change in the property of an attached command.
|
|
OnDoubleClick ( |
Raises the DoubleClick event.
|
|
OnEnabledChanged ( |
Raises the EnabledChanged event.
|
|
OnGotFocus ( |
Raises the GotFocus event.
|
|
OnKryptonCommandChanged ( |
Raises the KryptonCommandChanged 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.
|
Метод | Описание | |
---|---|---|
OnCheckBoxTextChanged ( object sender, |
||
OnControllerClick ( object sender, |
||
ResetLabelStyle ( ) : void | ||
ShouldSerializeImages ( ) : bool | ||
ShouldSerializeLabelStyle ( ) : bool | ||
ShouldSerializeOverrideFocus ( ) : bool | ||
ShouldSerializeStateCommon ( ) : bool | ||
ShouldSerializeStateDisabled ( ) : bool | ||
ShouldSerializeStateNormal ( ) : bool | ||
ShouldSerializeText ( ) : bool | ||
ShouldSerializeValues ( ) : bool | ||
UpdateForOrientation ( ) : void |
public GetImage ( PaletteState state ) : Image | ||
state | PaletteState | The state for which the image is needed. |
Результат | Image |
public GetImageTransparentColor ( PaletteState state ) : Color | ||
state | PaletteState | The state for which the image is needed. |
Результат | Color |
protected OnCheckStateChanged ( |
||
e | An EventArgs containing the event data. | |
Результат | void |
protected OnCheckedChanged ( |
||
e | An EventArgs containing the event data. | |
Результат | void |
protected OnClick ( |
||
e | An EventArgs containing the event data. | |
Результат | void |
protected OnCommandPropertyChanged ( object sender, |
||
sender | object | Source of the event. |
e | A PropertyChangedEventArgs that contains 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 OnKryptonCommandChanged ( |
||
e | An EventArgs containing 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 |