C# Class ComponentFactory.Krypton.Ribbon.KryptonRibbonGroup

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

Private Properties

Property Type Description
OnDesignTimeAddGallery void
OnDesignTimeAddLines void
OnDesignTimeAddSeparator void
OnDesignTimeAddTriple void
OnDesignTimeContextMenu void
OnRibbonGroupItemsCleared void
OnRibbonGroupItemsClearing void
OnRibbonGroupItemsInserted void
OnRibbonGroupItemsRemoved void
ProcessCmdKey bool
ResetTag void
ShouldSerializeImage bool
ShouldSerializeTag bool

Public Methods

Method Description
Hide ( ) : void

Make the ribbon group hidden.

KryptonRibbonGroup ( ) : System

Initialise a new instance of the KryptonRibbonTab class.

Show ( ) : void

Make the ribbon group visible.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnDialogBoxLauncherClick ( EventArgs e ) : void

Raises the DialogBoxLauncherClick event.

OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

Private Methods

Method Description
OnDesignTimeAddGallery ( ) : void
OnDesignTimeAddLines ( ) : void
OnDesignTimeAddSeparator ( ) : void
OnDesignTimeAddTriple ( ) : void
OnDesignTimeContextMenu ( MouseEventArgs e ) : void
OnRibbonGroupItemsCleared ( object sender, EventArgs e ) : void
OnRibbonGroupItemsClearing ( object sender, EventArgs e ) : void
OnRibbonGroupItemsInserted ( object sender, TypedCollectionEventArgs e ) : void
OnRibbonGroupItemsRemoved ( object sender, TypedCollectionEventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool
ResetTag ( ) : void
ShouldSerializeImage ( ) : 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 group hidden.
public Hide ( ) : void
return void

KryptonRibbonGroup() public method

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

OnDialogBoxLauncherClick() protected method

Raises the DialogBoxLauncherClick event.
protected OnDialogBoxLauncherClick ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
return void

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 group visible.
public Show ( ) : void
return void