프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ShouldSerializeStateCheckedNormal | bool | ||
ShouldSerializeStateCheckedPressed | bool | ||
ShouldSerializeStateCheckedTracking | bool |
메소드 | 설명 | |
---|---|---|
KryptonCheckButton ( ) : System |
Initialize a new instance of the KryptonCheckButton class.
|
메소드 | 설명 | |
---|---|---|
CreateButtonValues ( NeedPaintHandler needPaint ) : |
Creates a values storage object appropriate for control.
|
|
OnCheckedChanged ( |
Raises the CheckedChanged event.
|
|
OnCheckedChanging ( CancelEventArgs e ) : void |
Raises the CheckedChanging event.
|
|
OnClick ( |
Raises the Click event.
|
|
OnCommandPropertyChanged ( object sender, |
Handles a change in the property of an attached command.
|
|
OnGotFocus ( |
Raises the GotFocus event.
|
|
OnKryptonCommandChanged ( |
Raises the KryptonCommandChanged event.
|
|
OnLostFocus ( |
Raises the LostFocus event.
|
메소드 | 설명 | |
---|---|---|
ShouldSerializeStateCheckedNormal ( ) : bool | ||
ShouldSerializeStateCheckedPressed ( ) : bool | ||
ShouldSerializeStateCheckedTracking ( ) : bool |
protected CreateButtonValues ( NeedPaintHandler needPaint ) : |
||
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
리턴 |
protected OnCheckedChanged ( |
||
e | An EventArgs containing the event data. | |
리턴 | void |
protected OnCheckedChanging ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | A CancelEventArgs containing the event data. |
리턴 | void |
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 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 |