C# Class ComponentFactory.Krypton.Ribbon.ButtonSpecExpandRibbon

Implementation for the expand ribbon button.
Inheritance: ComponentFactory.Krypton.Toolkit.ButtonSpec
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ButtonSpecExpandRibbon ( KryptonRibbon ribbon ) : System

Initialize a new instance of the ButtonSpecExpandRibbon class.

GetChecked ( IPalette palette ) : ButtonCheckState

Gets the button checked state.

GetEnabled ( IPalette palette ) : ButtonEnabled

Gets the button enabled state.

GetStyle ( IPalette palette ) : ButtonStyle

Gets the button style.

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

ButtonSpecExpandRibbon() public méthode

Initialize a new instance of the ButtonSpecExpandRibbon class.
public ButtonSpecExpandRibbon ( 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

GetStyle() public méthode

Gets the button style.
public GetStyle ( IPalette palette ) : ButtonStyle
palette IPalette Palette to use for inheriting values.
Résultat ButtonStyle

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