C# Class ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupItem

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

Private Properties

Property Type Description
CreateView ViewBase
ItemGap int
ProcessCmdKey bool
ResetTag void
ShouldSerializeTag bool

Public Methods

Method Description
KryptonRibbonGroupItem ( ) : System

Initialise a new instance of the KryptonRibbonGroupItem class.

Private Methods

Method Description
CreateView ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : ViewBase
ItemGap ( IRibbonGroupItem previousItem ) : int
ProcessCmdKey ( Message &msg, Keys keyData ) : bool
ResetTag ( ) : void
ShouldSerializeTag ( ) : bool

Method Details

KryptonRibbonGroupItem() public method

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