C# Class ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupRadioButton

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

Private Properties

Свойство Type Description
AutoUpdateContainer void
AutoUpdateOthers void
CreateView ViewBase
OnDesignTimeContextMenu void
ProcessCmdKey bool
ShouldSerializeShortcutKeys bool

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnCheckedChanged ( EventArgs e ) : void

Raises the CheckedChanged event.

OnClick ( EventHandler finishDelegate ) : void

Raises the Click event.

OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

Private Methods

Méthode Description
AutoUpdateContainer ( IRibbonGroupContainer Container ) : void
AutoUpdateOthers ( ) : void
CreateView ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : ViewBase
OnDesignTimeContextMenu ( MouseEventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool
ShouldSerializeShortcutKeys ( ) : bool

Method Details

Hide() public méthode

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

KryptonRibbonGroupRadioButton() public méthode

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

OnCheckedChanged() protected méthode

Raises the CheckedChanged event.
protected OnCheckedChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
Résultat void

OnClick() protected méthode

Raises the Click event.
protected OnClick ( EventHandler finishDelegate ) : void
finishDelegate EventHandler Delegate fired during event processing.
Résultat void

OnPropertyChanged() protected méthode

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

PerformClick() public méthode

Generates a Click event for a check box.
public PerformClick ( ) : void
Résultat void

PerformClick() public méthode

Generates a Click event for a radio button.
public PerformClick ( EventHandler finishDelegate ) : void
finishDelegate EventHandler Delegate fired during event processing.
Résultat void

ResetShortcutKeys() public méthode

Resets the ShortcutKeys property to its default value.
public ResetShortcutKeys ( ) : void
Résultat void

Show() public méthode

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