C# Class ComponentFactory.Krypton.Ribbon.ButtonSpecMdiChildMin

Implementation for the minimize button for mdi child form.
Inheritance: ButtonSpecMdiChildFixed
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
ButtonSpecMdiChildMin ( KryptonRibbon ribbon ) : System

Initialize a new instance of the ButtonSpecMdiChildMin 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

ButtonSpecMdiChildMin() public méthode

Initialize a new instance of the ButtonSpecMdiChildMin class.
public ButtonSpecMdiChildMin ( KryptonRibbon ribbon ) : System
ribbon KryptonRibbon Reference to owning ribbon control.
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