C# Class ComponentFactory.Krypton.Ribbon.KryptonRibbonTab

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

Private Properties

Property Type Description
OnDesignTimeAddGroup void
OnDesignTimeContextMenu void
OnRibbonGroupsCleared void
OnRibbonGroupsClearing void
OnRibbonGroupsInserted void
OnRibbonGroupsRemoved void
ProcessCmdKey bool
ResetContextName void
ResetTag void
ShouldSerializeContextName bool
ShouldSerializeTag bool

Public Methods

Method Description
Hide ( ) : void

Make the ribbon tab hidden.

KryptonRibbonTab ( ) : System

Initialise a new instance of the KryptonRibbonTab class.

Show ( ) : void

Make the ribbon tab visible.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

Private Methods

Method Description
OnDesignTimeAddGroup ( ) : void
OnDesignTimeContextMenu ( MouseEventArgs e ) : void
OnRibbonGroupsCleared ( object sender, EventArgs e ) : void
OnRibbonGroupsClearing ( object sender, EventArgs e ) : void
OnRibbonGroupsInserted ( object sender, TypedCollectionEventArgs e ) : void
OnRibbonGroupsRemoved ( object sender, TypedCollectionEventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool
ResetContextName ( ) : void

Reset the ContextName to the default value.

ResetTag ( ) : void
ShouldSerializeContextName ( ) : bool
ShouldSerializeTag ( ) : bool

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Hide() public method

Make the ribbon tab hidden.
public Hide ( ) : void
return void

KryptonRibbonTab() public method

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

Show() public method

Make the ribbon tab visible.
public Show ( ) : void
return void