C# Class ComponentFactory.Krypton.Ribbon.KryptonRibbonGroup

Inheritance: System.ComponentModel.Component
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description
OnDesignTimeAddGallery void
OnDesignTimeAddLines void
OnDesignTimeAddSeparator void
OnDesignTimeAddTriple void
OnDesignTimeContextMenu void
OnRibbonGroupItemsCleared void
OnRibbonGroupItemsClearing void
OnRibbonGroupItemsInserted void
OnRibbonGroupItemsRemoved void
ProcessCmdKey bool
ResetTag void
ShouldSerializeImage bool
ShouldSerializeTag bool

Méthodes publiques

Méthode Description
Hide ( ) : void

Make the ribbon group hidden.

KryptonRibbonGroup ( ) : System

Initialise a new instance of the KryptonRibbonTab class.

Show ( ) : void

Make the ribbon group visible.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnDialogBoxLauncherClick ( EventArgs e ) : void

Raises the DialogBoxLauncherClick event.

OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

Private Methods

Méthode Description
OnDesignTimeAddGallery ( ) : void
OnDesignTimeAddLines ( ) : void
OnDesignTimeAddSeparator ( ) : void
OnDesignTimeAddTriple ( ) : void
OnDesignTimeContextMenu ( MouseEventArgs e ) : void
OnRibbonGroupItemsCleared ( object sender, EventArgs e ) : void
OnRibbonGroupItemsClearing ( object sender, EventArgs e ) : void
OnRibbonGroupItemsInserted ( object sender, TypedCollectionEventArgs e ) : void
OnRibbonGroupItemsRemoved ( object sender, TypedCollectionEventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool
ResetTag ( ) : void
ShouldSerializeImage ( ) : bool
ShouldSerializeTag ( ) : bool

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

Hide() public méthode

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

KryptonRibbonGroup() public méthode

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

OnDialogBoxLauncherClick() protected méthode

Raises the DialogBoxLauncherClick event.
protected OnDialogBoxLauncherClick ( EventArgs e ) : void
e System.EventArgs An EventArgs containing 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