Свойство | Тип | Описание | |
---|---|---|---|
AutoUpdateContainer | void | ||
AutoUpdateOthers | void | ||
CreateView | ViewBase | ||
OnDesignTimeContextMenu | void | ||
ProcessCmdKey | bool | ||
ShouldSerializeShortcutKeys | bool |
Метод | Описание | |
---|---|---|
Hide ( ) : void |
Make the ribbon group radio button hidden.
|
|
KryptonRibbonGroupRadioButton ( ) : System |
Initialise a new instance of the KryptonRibbonGroupRadioButton class.
|
|
PerformClick ( ) : void |
Generates a Click event for a check box.
|
|
PerformClick ( EventHandler finishDelegate ) : void |
Generates a Click event for a radio button.
|
|
ResetShortcutKeys ( ) : void |
Resets the ShortcutKeys property to its default value.
|
|
Show ( ) : void |
Make the ribbon group radio button visible.
|
Метод | Описание | |
---|---|---|
OnCheckedChanged ( |
Raises the CheckedChanged event.
|
|
OnClick ( EventHandler finishDelegate ) : void |
Raises the Click event.
|
|
OnPropertyChanged ( string propertyName ) : void |
Raises the PropertyChanged event.
|
Метод | Описание | |
---|---|---|
AutoUpdateContainer ( IRibbonGroupContainer Container ) : void | ||
AutoUpdateOthers ( ) : void | ||
CreateView ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : ViewBase | ||
OnDesignTimeContextMenu ( MouseEventArgs e ) : void | ||
ProcessCmdKey ( |
||
ShouldSerializeShortcutKeys ( ) : bool |
public KryptonRibbonGroupRadioButton ( ) : System | ||
Результат | System |
protected OnCheckedChanged ( |
||
e | An EventArgs containing the event data. | |
Результат | void |
protected OnClick ( EventHandler finishDelegate ) : void | ||
finishDelegate | EventHandler | Delegate fired during event processing. |
Результат | void |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | Name of property that has changed. |
Результат | void |
public PerformClick ( EventHandler finishDelegate ) : void | ||
finishDelegate | EventHandler | Delegate fired during event processing. |
Результат | void |