C# Class ComponentFactory.Krypton.Toolkit.KryptonCheckButton

Inheritance: KryptonButton
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description
ShouldSerializeStateCheckedNormal bool
ShouldSerializeStateCheckedPressed bool
ShouldSerializeStateCheckedTracking bool

Méthodes publiques

Méthode Description
KryptonCheckButton ( ) : System

Initialize a new instance of the KryptonCheckButton class.

Méthodes protégées

Méthode Description
CreateButtonValues ( NeedPaintHandler needPaint ) : ButtonValues

Creates a values storage object appropriate for control.

OnCheckedChanged ( EventArgs e ) : void

Raises the CheckedChanged event.

OnCheckedChanging ( CancelEventArgs e ) : void

Raises the CheckedChanging event.

OnClick ( EventArgs e ) : void

Raises the Click event.

OnCommandPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Handles a change in the property of an attached command.

OnGotFocus ( EventArgs e ) : void

Raises the GotFocus event.

OnKryptonCommandChanged ( EventArgs e ) : void

Raises the KryptonCommandChanged event.

OnLostFocus ( EventArgs e ) : void

Raises the LostFocus event.

Private Methods

Méthode Description
ShouldSerializeStateCheckedNormal ( ) : bool
ShouldSerializeStateCheckedPressed ( ) : bool
ShouldSerializeStateCheckedTracking ( ) : bool

Method Details

CreateButtonValues() protected méthode

Creates a values storage object appropriate for control.
protected CreateButtonValues ( NeedPaintHandler needPaint ) : ButtonValues
needPaint NeedPaintHandler Delegate for notifying paint requests.
Résultat ButtonValues

KryptonCheckButton() public méthode

Initialize a new instance of the KryptonCheckButton class.
public KryptonCheckButton ( ) : System
Résultat System

OnCheckedChanged() protected méthode

Raises the CheckedChanged event.
protected OnCheckedChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
Résultat void

OnCheckedChanging() protected méthode

Raises the CheckedChanging event.
protected OnCheckedChanging ( CancelEventArgs e ) : void
e CancelEventArgs A CancelEventArgs containing the event data.
Résultat void

OnClick() protected méthode

Raises the Click event.
protected OnClick ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
Résultat void

OnCommandPropertyChanged() protected méthode

Handles a change in the property of an attached command.
protected OnCommandPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
sender object Source of the event.
e System.ComponentModel.PropertyChangedEventArgs A PropertyChangedEventArgs that contains the event data.
Résultat void

OnGotFocus() protected méthode

Raises the GotFocus event.
protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
Résultat void

OnKryptonCommandChanged() protected méthode

Raises the KryptonCommandChanged event.
protected OnKryptonCommandChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
Résultat void

OnLostFocus() protected méthode

Raises the LostFocus event.
protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
Résultat void