C# Class ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupCluster

Inheritance: KryptonRibbonGroupContainer
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description
CreateView ViewBase
ItemGap int
OnDesignTimeAddButton void
OnDesignTimeAddColorButton void
OnDesignTimeContextMenu void
OnRibbonGroupClusterCleared void
OnRibbonGroupClusterClearing void
OnRibbonGroupClusterInserted void
OnRibbonGroupClusterRemoved void
ProcessCmdKey bool

Public Methods

Method 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.

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

Private Methods

Method 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 method

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

Hide() public method

Make the ribbon group hidden.
public Hide ( ) : void
return void

KryptonRibbonGroupCluster() public method

Initialise a new instance of the KryptonRibbonGroupCluster class.
public KryptonRibbonGroupCluster ( ) : System
return System

OnPropertyChanged() protected method

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

Show() public method

Make the ribbon group visible.
public Show ( ) : void
return void