C# Class ComponentFactory.Krypton.Ribbon.KryptonRibbonContext

Inheritance: System.ComponentModel.Component
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description
ResetTag void
ShouldSerializeTag bool

Public Methods

Method Description
KryptonRibbonContext ( ) : System

Initialise a new instance of the KryptonRibbonContext class.

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

Private Methods

Method Description
ResetTag ( ) : void
ShouldSerializeTag ( ) : bool

Method Details

KryptonRibbonContext() public method

Initialise a new instance of the KryptonRibbonContext class.
public KryptonRibbonContext ( ) : System
return System

OnPropertyChanged() protected method

Raises the PropertyChanged event.
protected OnPropertyChanged ( string propertyName ) : void
propertyName string Name of property that has changed.
return void