C# Class ComponentFactory.Krypton.Ribbon.KryptonRibbonTab

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

Private Properties

Свойство Type Description
OnDesignTimeAddGroup void
OnDesignTimeContextMenu void
OnRibbonGroupsCleared void
OnRibbonGroupsClearing void
OnRibbonGroupsInserted void
OnRibbonGroupsRemoved void
ProcessCmdKey bool
ResetContextName void
ResetTag void
ShouldSerializeContextName bool
ShouldSerializeTag bool

Méthodes publiques

Méthode Description
Hide ( ) : void

Make the ribbon tab hidden.

KryptonRibbonTab ( ) : System

Initialise a new instance of the KryptonRibbonTab class.

Show ( ) : void

Make the ribbon tab visible.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

Private Methods

Méthode Description
OnDesignTimeAddGroup ( ) : void
OnDesignTimeContextMenu ( MouseEventArgs e ) : void
OnRibbonGroupsCleared ( object sender, EventArgs e ) : void
OnRibbonGroupsClearing ( object sender, EventArgs e ) : void
OnRibbonGroupsInserted ( object sender, TypedCollectionEventArgs e ) : void
OnRibbonGroupsRemoved ( object sender, TypedCollectionEventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool
ResetContextName ( ) : void

Reset the ContextName to the default value.

ResetTag ( ) : void
ShouldSerializeContextName ( ) : 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 tab hidden.
public Hide ( ) : void
Résultat void

KryptonRibbonTab() public méthode

Initialise a new instance of the KryptonRibbonTab class.
public KryptonRibbonTab ( ) : 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 tab visible.
public Show ( ) : void
Résultat void