Свойство | Тип | Описание | |
---|---|---|---|
OnDesignTimeAddGallery | void | ||
OnDesignTimeAddLines | void | ||
OnDesignTimeAddSeparator | void | ||
OnDesignTimeAddTriple | void | ||
OnDesignTimeContextMenu | void | ||
OnRibbonGroupItemsCleared | void | ||
OnRibbonGroupItemsClearing | void | ||
OnRibbonGroupItemsInserted | void | ||
OnRibbonGroupItemsRemoved | void | ||
ProcessCmdKey | bool | ||
ResetTag | void | ||
ShouldSerializeImage | bool | ||
ShouldSerializeTag | bool |
Метод | Описание | |
---|---|---|
Hide ( ) : void |
Make the ribbon group hidden.
|
|
KryptonRibbonGroup ( ) : System |
Initialise a new instance of the KryptonRibbonTab class.
|
|
Show ( ) : void |
Make the ribbon group visible.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnDialogBoxLauncherClick ( |
Raises the DialogBoxLauncherClick event.
|
|
OnPropertyChanged ( string propertyName ) : void |
Raises the PropertyChanged event.
|
Метод | Описание | |
---|---|---|
OnDesignTimeAddGallery ( ) : void | ||
OnDesignTimeAddLines ( ) : void | ||
OnDesignTimeAddSeparator ( ) : void | ||
OnDesignTimeAddTriple ( ) : void | ||
OnDesignTimeContextMenu ( MouseEventArgs e ) : void | ||
OnRibbonGroupItemsCleared ( object sender, |
||
OnRibbonGroupItemsClearing ( object sender, |
||
OnRibbonGroupItemsInserted ( object sender, TypedCollectionEventArgs |
||
OnRibbonGroupItemsRemoved ( object sender, TypedCollectionEventArgs |
||
ProcessCmdKey ( |
||
ResetTag ( ) : void | ||
ShouldSerializeImage ( ) : bool | ||
ShouldSerializeTag ( ) : bool |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
protected OnDialogBoxLauncherClick ( |
||
e | An EventArgs containing the event data. | |
Результат | void |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | Name of property that has changed. |
Результат | void |