C# Class ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupSeparator

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

Private Properties

Свойство Type Description
CreateView ViewBase
OnDesignTimeContextMenu void
ProcessCmdKey bool

Méthodes publiques

Méthode 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.

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
OnDesignTimeContextMenu ( MouseEventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Method Details

Hide() public méthode

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

KryptonRibbonGroupSeparator() public méthode

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