프로퍼티 | 타입 | 설명 | |
---|---|---|---|
OnLabelTextChanged | void | ||
ResetLabelStyle | void | ||
ShouldSerializeLabelStyle | bool | ||
ShouldSerializeStateCommon | bool | ||
ShouldSerializeStateDisabled | bool | ||
ShouldSerializeStateNormal | bool | ||
ShouldSerializeText | bool | ||
ShouldSerializeValues | bool |
메소드 | 설명 | |
---|---|---|
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.
|
|
KryptonLabel ( ) : System |
Initialize a new instance of the KryptonLabel class.
|
|
ResetText ( ) : void |
Resets the Text property to its default value.
|
|
SetFixedState ( PaletteState state ) : void |
Fix the control to a particular palette state.
|
메소드 | 설명 | |
---|---|---|
EvalTransparentPaint ( ) : bool |
Work out if this control needs to paint transparent areas.
|
|
OnClick ( |
Raises the Click event.
|
|
OnCommandPropertyChanged ( object sender, |
Handles a change in the property of an attached command.
|
|
OnEnabledChanged ( |
Raises the EnabledChanged event.
|
|
OnKryptonCommandChanged ( |
Raises the KryptonCommandChanged event.
|
|
ProcessMnemonic ( char charCode ) : bool |
Processes a mnemonic character.
|
|
SetLabelStyle ( LabelStyle style ) : void |
Update the view elements based on the requested label style.
|
메소드 | 설명 | |
---|---|---|
OnLabelTextChanged ( object sender, |
||
ResetLabelStyle ( ) : void | ||
ShouldSerializeLabelStyle ( ) : bool | ||
ShouldSerializeStateCommon ( ) : bool | ||
ShouldSerializeStateDisabled ( ) : bool | ||
ShouldSerializeStateNormal ( ) : bool | ||
ShouldSerializeText ( ) : bool | ||
ShouldSerializeValues ( ) : bool |
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 OnClick ( |
||
e | An EventArgs that contains the event data. | |
리턴 | void |
protected OnCommandPropertyChanged ( object sender, |
||
sender | object | Source of the event. |
e | A PropertyChangedEventArgs that contains the event data. | |
리턴 | void |
protected OnEnabledChanged ( |
||
e | An EventArgs that contains the event data. | |
리턴 | void |
protected OnKryptonCommandChanged ( |
||
e | An EventArgs containing the event data. | |
리턴 | void |
protected ProcessMnemonic ( char charCode ) : bool | ||
charCode | char | The mnemonic character entered. |
리턴 | bool |
public SetFixedState ( PaletteState state ) : void | ||
state | PaletteState | Palette state to fix. |
리턴 | void |
protected SetLabelStyle ( LabelStyle style ) : void | ||
style | LabelStyle | New label style. |
리턴 | void |