C# Class ComponentFactory.Krypton.Ribbon.KryptonRibbonContext

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

Private Properties

Свойство Type Description
ResetTag void
ShouldSerializeTag bool

Méthodes publiques

Méthode Description
KryptonRibbonContext ( ) : System

Initialise a new instance of the KryptonRibbonContext class.

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

Private Methods

Méthode Description
ResetTag ( ) : void
ShouldSerializeTag ( ) : bool

Method Details

KryptonRibbonContext() public méthode

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