C# Class ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupLabel

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

Private Properties

Свойство Type Description
CreateView ViewBase
OnDesignTimeContextMenu void
OnPaletteNeedPaint void
ProcessCmdKey bool
ShouldSerializeImageLarge bool
ShouldSerializeImageSmall bool
ShouldSerializeStateDisabled bool
ShouldSerializeStateNormal bool

Méthodes publiques

Méthode Description
Hide ( ) : void

Make the ribbon group hidden.

KryptonRibbonGroupLabel ( ) : System

Initialise a new instance of the KryptonRibbonGroupLabel class.

Show ( ) : void

Make the ribbon group visible.

Méthodes protégées

Méthode Description
OnCommandPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Handles a change in the property of an attached command.

OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

Private Methods

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

Method Details

Hide() public méthode

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

KryptonRibbonGroupLabel() public méthode

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

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 PropertyChangedEventArgs A PropertyChangedEventArgs that contains the event data.
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

Show() public méthode

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