C# Class ComponentFactory.Krypton.Ribbon.ViewLayoutRibbonAppTab

Layout area for the application tab.
Inheritance: ComponentFactory.Krypton.Toolkit.ViewLayoutDocker
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Obtains the String representation of this instance.

ViewLayoutRibbonAppTab ( KryptonRibbon ribbon ) : System

Initialize a new instance of the ViewLayoutRibbonAppTab class.

Protected Methods

Method Description
PerformLicenceChecking ( KryptonRibbon ribbon ) : void

Perform licence checking actions.

Method Details

PerformLicenceChecking() protected method

Perform licence checking actions.
protected PerformLicenceChecking ( KryptonRibbon ribbon ) : void
ribbon KryptonRibbon Ribbon control reference.
return void

ToString() public method

Obtains the String representation of this instance.
public ToString ( ) : string
return string

ViewLayoutRibbonAppTab() public method

Initialize a new instance of the ViewLayoutRibbonAppTab class.
public ViewLayoutRibbonAppTab ( KryptonRibbon ribbon ) : System
ribbon KryptonRibbon Owning control instance.
return System