C# Class ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupCluster

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

Private Properties

Свойство Type Description
CreateView ViewBase
ItemGap int
OnDesignTimeAddButton void
OnDesignTimeAddColorButton void
OnDesignTimeContextMenu void
OnRibbonGroupClusterCleared void
OnRibbonGroupClusterClearing void
OnRibbonGroupClusterInserted void
OnRibbonGroupClusterRemoved void
ProcessCmdKey bool

Méthodes publiques

Méthode Description
GetChildComponents ( ) : System.ComponentModel.Component[]

Gets an array of all the contained components.

Hide ( ) : void

Make the ribbon group hidden.

KryptonRibbonGroupCluster ( ) : System

Initialise a new instance of the KryptonRibbonGroupCluster class.

Show ( ) : void

Make the ribbon group visible.

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

Private Methods

Méthode Description
CreateView ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : ViewBase
ItemGap ( IRibbonGroupItem previousItem ) : int
OnDesignTimeAddButton ( ) : void
OnDesignTimeAddColorButton ( ) : void
OnDesignTimeContextMenu ( MouseEventArgs e ) : void
OnRibbonGroupClusterCleared ( object sender, EventArgs e ) : void
OnRibbonGroupClusterClearing ( object sender, EventArgs e ) : void
OnRibbonGroupClusterInserted ( object sender, TypedCollectionEventArgs e ) : void
OnRibbonGroupClusterRemoved ( object sender, TypedCollectionEventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Method Details

GetChildComponents() public méthode

Gets an array of all the contained components.
public GetChildComponents ( ) : System.ComponentModel.Component[]
Résultat System.ComponentModel.Component[]

Hide() public méthode

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

KryptonRibbonGroupCluster() public méthode

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

OnPropertyChanged() protected méthode

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

Show() public méthode

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