C# Класс ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupRadioButton

Наследование: KryptonRibbonGroupItem
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
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 ( EventArgs e ) : void

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 ( Message &msg, Keys keyData ) : bool
ShouldSerializeShortcutKeys ( ) : bool

Описание методов

Hide() публичный Метод

Make the ribbon group radio button hidden.
public Hide ( ) : void
Результат void

KryptonRibbonGroupRadioButton() публичный Метод

Initialise a new instance of the KryptonRibbonGroupRadioButton class.
public KryptonRibbonGroupRadioButton ( ) : System
Результат System

OnCheckedChanged() защищенный Метод

Raises the CheckedChanged event.
protected OnCheckedChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
Результат void

OnClick() защищенный Метод

Raises the Click event.
protected OnClick ( EventHandler finishDelegate ) : void
finishDelegate EventHandler Delegate fired during event processing.
Результат void

OnPropertyChanged() защищенный Метод

Raises the PropertyChanged event.
protected OnPropertyChanged ( string propertyName ) : void
propertyName string Name of property that has changed.
Результат void

PerformClick() публичный Метод

Generates a Click event for a check box.
public PerformClick ( ) : void
Результат void

PerformClick() публичный Метод

Generates a Click event for a radio button.
public PerformClick ( EventHandler finishDelegate ) : void
finishDelegate EventHandler Delegate fired during event processing.
Результат void

ResetShortcutKeys() публичный Метод

Resets the ShortcutKeys property to its default value.
public ResetShortcutKeys ( ) : void
Результат void

Show() публичный Метод

Make the ribbon group radio button visible.
public Show ( ) : void
Результат void