C# Class ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupButton

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

Private Properties

Свойство Type Description
CreateView ViewBase
OnDesignTimeContextMenu void
OnKryptonContextMenuClosed void
ProcessCmdKey bool
ShouldSerializeImageLarge bool
ShouldSerializeImageSmall bool
ShouldSerializeShortcutKeys bool

Méthodes publiques

Méthode Description
Hide ( ) : void

Make the ribbon group hidden.

KryptonRibbonGroupButton ( ) : System

Initialise a new instance of the KryptonRibbonGroupButton class.

PerformClick ( ) : void

Generates a Click event for a button.

PerformClick ( EventHandler finishDelegate ) : void

Generates a Click event for a button.

PerformDropDown ( ) : void

Generates a DropDown event for a button.

PerformDropDown ( EventHandler finishDelegate ) : void

Generates a DropDown event for a button.

ResetShortcutKeys ( ) : void

Resets the ShortcutKeys property to its default value.

Show ( ) : void

Make the ribbon group visible.

Méthodes protégées

Méthode Description
OnClick ( EventHandler finishDelegate ) : void

Raises the Click event.

OnCommandPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Handles a change in the property of an attached command.

OnDropDown ( EventHandler finishDelegate ) : void

Raises the DropDown event.

OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

Private Methods

Méthode Description
CreateView ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : ViewBase
OnDesignTimeContextMenu ( MouseEventArgs e ) : void
OnKryptonContextMenuClosed ( object sender, EventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool
ShouldSerializeImageLarge ( ) : bool
ShouldSerializeImageSmall ( ) : bool
ShouldSerializeShortcutKeys ( ) : bool

Method Details

Hide() public méthode

Make the ribbon group hidden.
public Hide ( ) : void
Résultat void

KryptonRibbonGroupButton() public méthode

Initialise a new instance of the KryptonRibbonGroupButton class.
public KryptonRibbonGroupButton ( ) : System
Résultat System

OnClick() protected méthode

Raises the Click event.
protected OnClick ( EventHandler finishDelegate ) : void
finishDelegate EventHandler Delegate fired during event processing.
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

OnDropDown() protected méthode

Raises the DropDown event.
protected OnDropDown ( EventHandler finishDelegate ) : void
finishDelegate EventHandler Delegate fired during event processing.
Résultat void

OnPropertyChanged() protected méthode

Raises the PropertyChanged event.
protected OnPropertyChanged ( string propertyName ) : void
propertyName string Name of property that has changed.
Résultat void

PerformClick() public méthode

Generates a Click event for a button.
public PerformClick ( ) : void
Résultat void

PerformClick() public méthode

Generates a Click event for a button.
public PerformClick ( EventHandler finishDelegate ) : void
finishDelegate EventHandler Delegate fired during event processing.
Résultat void

PerformDropDown() public méthode

Generates a DropDown event for a button.
public PerformDropDown ( ) : void
Résultat void

PerformDropDown() public méthode

Generates a DropDown event for a button.
public PerformDropDown ( EventHandler finishDelegate ) : void
finishDelegate EventHandler Delegate fired during event processing.
Résultat void

ResetShortcutKeys() public méthode

Resets the ShortcutKeys property to its default value.
public ResetShortcutKeys ( ) : void
Résultat void

Show() public méthode

Make the ribbon group visible.
public Show ( ) : void
Résultat void