C# Class ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupLines

Inheritance: KryptonRibbonGroupContainer
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

Private Methods

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

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

GetChildComponents() public méthode

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

Hide() public méthode

Make the ribbon group hidden.
public Hide ( ) : void
Résultat void

KryptonRibbonGroupLines() public méthode

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

OnPropertyChanged() protected méthode

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

Show() public méthode

Make the ribbon group visible.
public Show ( ) : void
Résultat void