C# Class ComponentFactory.Krypton.Ribbon.ViewDrawRibbonDesignGroupLines

Draws an design time only for adding a new item to a lines 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.

ViewDrawRibbonDesignGroupLines ( KryptonRibbon ribbon, KryptonRibbonGroupLines ribbonLines, GroupItemSize currentSize, NeedPaintHandler needPaint ) : System

Initialize a new instance of the ViewDrawRibbonDesignGroupLines 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
OnAddCluster ( 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
ViewDrawRibbonDesignGroupLines ( ) : 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

ViewDrawRibbonDesignGroupLines() public method

Initialize a new instance of the ViewDrawRibbonDesignGroupLines class.
public ViewDrawRibbonDesignGroupLines ( KryptonRibbon ribbon, KryptonRibbonGroupLines ribbonLines, GroupItemSize currentSize, NeedPaintHandler needPaint ) : System
ribbon KryptonRibbon Reference to owning ribbon control.
ribbonLines KryptonRibbonGroupLines Associated ribbon group lines.
currentSize GroupItemSize Size the view should use.
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System