C# Class ComponentFactory.Krypton.Ribbon.KryptonGalleryRange

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

Private Properties

Property Type Description

Public Methods

Method Description
KryptonGalleryRange ( ) : System

Initialise a new instance of the KryptonGalleryRange class.

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

Method Details

KryptonGalleryRange() public method

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