C# Class ComponentFactory.Krypton.Ribbon.KryptonRibbonRecentDoc

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
KryptonRibbonRecentDoc ( ) : System

Initialise a new instance of the KryptonRibbonRecentDoc class.

PerformClick ( ) : void

Generates a Click event for the component.

Protected Methods

Method Description
OnClick ( EventArgs e ) : void

Raises the Click event.

Private Methods

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

Method Details

KryptonRibbonRecentDoc() public method

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

OnClick() protected method

Raises the Click event.
protected OnClick ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
return void

PerformClick() public method

Generates a Click event for the component.
public PerformClick ( ) : void
return void