C# Class ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupCustomControl

Inheritance: KryptonRibbonGroupItem
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description
CreateView ViewBase
MonitorControl void
OnCustomControlEnter void
OnCustomControlLeave void
OnDesignTimeContextMenu void
OnPaletteNeedPaint void
ProcessCmdKey bool
ShouldSerializeShortcutKeys bool
UnmonitorControl void

Public Methods

Method Description
Hide ( ) : void

Make the ribbon group hidden.

KryptonRibbonGroupCustomControl ( ) : System

Initialise a new instance of the KryptonRibbonGroupCustom class.

ResetShortcutKeys ( ) : void

Resets the ShortcutKeys property to its default value.

Show ( ) : void

Make the ribbon group 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
CreateView ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : ViewBase
MonitorControl ( Control c ) : void
OnCustomControlEnter ( object sender, EventArgs e ) : void
OnCustomControlLeave ( object sender, EventArgs e ) : void
OnDesignTimeContextMenu ( MouseEventArgs e ) : void
OnPaletteNeedPaint ( object sender, NeedLayoutEventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool
ShouldSerializeShortcutKeys ( ) : bool
UnmonitorControl ( Control c ) : void

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

KryptonRibbonGroupCustomControl() public method

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

ResetShortcutKeys() public method

Resets the ShortcutKeys property to its default value.
public ResetShortcutKeys ( ) : void
return void

Show() public method

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