C# Class ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupSeparator

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

Private Properties

Property Type Description
CreateView ViewBase
OnDesignTimeContextMenu void
ProcessCmdKey bool

Public Methods

Method Description
Hide ( ) : void

Make the ribbon group hidden.

KryptonRibbonGroupSeparator ( ) : System

Initialise a new instance of the KryptonRibbonGroupSeparator 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
OnDesignTimeContextMenu ( MouseEventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Method Details

Hide() public method

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

KryptonRibbonGroupSeparator() public method

Initialise a new instance of the KryptonRibbonGroupSeparator class.
public KryptonRibbonGroupSeparator ( ) : 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