C# Class ComponentFactory.Krypton.Ribbon.ViewDrawRibbonDesignGroupTriple

Draws an design time only for adding a new item to a triple container.
Inheritance: ViewDrawRibbonDesignBase
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
GetShortText ( ) : string

Gets the short text used as the main ribbon title.

ToString ( ) : string

Obtains the String representation of this instance.

ViewDrawRibbonDesignGroupTriple ( KryptonRibbon ribbon, KryptonRibbonGroupTriple ribbonTriple, GroupItemSize currentSize, NeedPaintHandler needPaint ) : System

Initialize a new instance of the ViewDrawRibbonDesignGroupTriple class.

Méthodes protégées

Méthode Description
OnClick ( object sender, EventArgs e ) : void

Raises the Click event.

Private Methods

Méthode Description
OnAddButton ( object sender, EventArgs e ) : void
OnAddCheckBox ( object sender, EventArgs e ) : void
OnAddColorButton ( object sender, EventArgs e ) : void
OnAddComboBox ( object sender, EventArgs e ) : void
OnAddCustomControl ( object sender, EventArgs e ) : void
OnAddDateTimePicker ( object sender, EventArgs e ) : void
OnAddDomainUpDown ( object sender, EventArgs e ) : void
OnAddLabel ( object sender, EventArgs e ) : void
OnAddMaskedTextBox ( object sender, EventArgs e ) : void
OnAddNumericUpDown ( object sender, EventArgs e ) : void
OnAddRadioButton ( object sender, EventArgs e ) : void
OnAddRichTextBox ( object sender, EventArgs e ) : void
OnAddTextBox ( object sender, EventArgs e ) : void
OnAddTrackBar ( object sender, EventArgs e ) : void
ViewDrawRibbonDesignGroupTriple ( ) : System

Method Details

GetShortText() public méthode

Gets the short text used as the main ribbon title.
public GetShortText ( ) : string
Résultat string

OnClick() protected méthode

Raises the Click event.
protected OnClick ( object sender, EventArgs e ) : void
sender object Source of the event.
e System.EventArgs An EventArgs containing the event data.
Résultat void

ToString() public méthode

Obtains the String representation of this instance.
public ToString ( ) : string
Résultat string

ViewDrawRibbonDesignGroupTriple() public méthode

Initialize a new instance of the ViewDrawRibbonDesignGroupTriple class.
public ViewDrawRibbonDesignGroupTriple ( KryptonRibbon ribbon, KryptonRibbonGroupTriple ribbonTriple, GroupItemSize currentSize, NeedPaintHandler needPaint ) : System
ribbon KryptonRibbon Reference to owning ribbon control.
ribbonTriple KryptonRibbonGroupTriple Associated ribbon group triple.
currentSize GroupItemSize Size the view should use.
needPaint NeedPaintHandler Delegate for notifying paint requests.
Résultat System