C# Class ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupLines

Inheritance: KryptonRibbonGroupContainer
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description
CreateView ViewBase
LinesToItemSize GroupItemSize
OnDesignTimeAddButton void
OnDesignTimeAddCheckBox void
OnDesignTimeAddCluster void
OnDesignTimeAddColorButton void
OnDesignTimeAddComboBox void
OnDesignTimeAddCustomControl void
OnDesignTimeAddDateTimePicker void
OnDesignTimeAddDomainUpDown void
OnDesignTimeAddLabel void
OnDesignTimeAddMaskedTextBox void
OnDesignTimeAddNumericUpDown void
OnDesignTimeAddRadioButton void
OnDesignTimeAddRichTextBox void
OnDesignTimeAddTextBox void
OnDesignTimeAddTrackBar void
OnDesignTimeContextMenu void
OnRibbonGroupLineCleared void
OnRibbonGroupLineClearing void
OnRibbonGroupLineInserted void
OnRibbonGroupLineRemoved void
ProcessCmdKey bool

Public Methods

Method Description
GetChildComponents ( ) : System.ComponentModel.Component[]

Gets an array of all the contained components.

Hide ( ) : void

Make the ribbon group hidden.

KryptonRibbonGroupLines ( ) : System

Initialise a new instance of the KryptonRibbonGroupLines class.

Show ( ) : void

Make the ribbon group visible.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

Private Methods

Method Description
CreateView ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : ViewBase
LinesToItemSize ( GroupItemSize containerSize ) : GroupItemSize
OnDesignTimeAddButton ( ) : void
OnDesignTimeAddCheckBox ( ) : void
OnDesignTimeAddCluster ( ) : void
OnDesignTimeAddColorButton ( ) : void
OnDesignTimeAddComboBox ( ) : void
OnDesignTimeAddCustomControl ( ) : void
OnDesignTimeAddDateTimePicker ( ) : void
OnDesignTimeAddDomainUpDown ( ) : void
OnDesignTimeAddLabel ( ) : void
OnDesignTimeAddMaskedTextBox ( ) : void
OnDesignTimeAddNumericUpDown ( ) : void
OnDesignTimeAddRadioButton ( ) : void
OnDesignTimeAddRichTextBox ( ) : void
OnDesignTimeAddTextBox ( ) : void
OnDesignTimeAddTrackBar ( ) : void
OnDesignTimeContextMenu ( MouseEventArgs e ) : void
OnRibbonGroupLineCleared ( object sender, EventArgs e ) : void
OnRibbonGroupLineClearing ( object sender, EventArgs e ) : void
OnRibbonGroupLineInserted ( object sender, TypedCollectionEventArgs e ) : void
OnRibbonGroupLineRemoved ( object sender, TypedCollectionEventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

GetChildComponents() public method

Gets an array of all the contained components.
public GetChildComponents ( ) : System.ComponentModel.Component[]
return System.ComponentModel.Component[]

Hide() public method

Make the ribbon group hidden.
public Hide ( ) : void
return void

KryptonRibbonGroupLines() public method

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

OnPropertyChanged() protected method

Raises the PropertyChanged event.
protected OnPropertyChanged ( string propertyName ) : void
propertyName string Name of property that has changed.
return void

Show() public method

Make the ribbon group visible.
public Show ( ) : void
return void