C# Class ComponentFactory.Krypton.Toolkit.ButtonSpecFormWindowClose

Implementation for the fixed close button for krypton form.
Inheritance: ButtonSpecFormFixed
Afficher le fichier Open project: Cocotteseb/Krypton

Méthodes publiques

Méthode Description
ButtonSpecFormWindowClose ( KryptonForm form ) : System

Initialize a new instance of the ButtonSpecFormWindowClose class.

GetChecked ( IPalette palette ) : ButtonCheckState

Gets the button checked state.

GetEnabled ( IPalette palette ) : ButtonEnabled

Gets the button enabled state.

GetVisible ( IPalette palette ) : bool

Gets the button visible value.

Méthodes protégées

Méthode Description
OnClick ( EventArgs e ) : void

Raises the Click event.

Method Details

ButtonSpecFormWindowClose() public méthode

Initialize a new instance of the ButtonSpecFormWindowClose class.
public ButtonSpecFormWindowClose ( KryptonForm form ) : System
form KryptonForm Reference to owning krypton form instance.
Résultat System

GetChecked() public méthode

Gets the button checked state.
public GetChecked ( IPalette palette ) : ButtonCheckState
palette IPalette Palette to use for inheriting values.
Résultat ButtonCheckState

GetEnabled() public méthode

Gets the button enabled state.
public GetEnabled ( IPalette palette ) : ButtonEnabled
palette IPalette Palette to use for inheriting values.
Résultat ButtonEnabled

GetVisible() public méthode

Gets the button visible value.
public GetVisible ( IPalette palette ) : bool
palette IPalette Palette to use for inheriting values.
Résultat bool

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