C# Class ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupItem

Inheritance: System.ComponentModel.Component, IRibbonGroupItem
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description
CreateView ViewBase
ItemGap int
ProcessCmdKey bool
ResetTag void
ShouldSerializeTag bool

Méthodes publiques

Méthode Description
KryptonRibbonGroupItem ( ) : System

Initialise a new instance of the KryptonRibbonGroupItem class.

Private Methods

Méthode 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 méthode

Initialise a new instance of the KryptonRibbonGroupItem class.
public KryptonRibbonGroupItem ( ) : System
Résultat System