C# Class ComponentFactory.Krypton.Ribbon.ViewDrawRibbonDesignGroupTriple

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

Public Methods

Method 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.

Protected Methods

Method Description
OnClick ( object sender, EventArgs e ) : void

Raises the Click event.

Private Methods

Method 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 method

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

OnClick() protected method

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.
return void

ToString() public method

Obtains the String representation of this instance.
public ToString ( ) : string
return string

ViewDrawRibbonDesignGroupTriple() public method

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.
return System