C# Class ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupRadioButton

Inheritance: KryptonRibbonGroupItem
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description
AutoUpdateContainer void
AutoUpdateOthers void
CreateView ViewBase
OnDesignTimeContextMenu void
ProcessCmdKey bool
ShouldSerializeShortcutKeys bool

Public Methods

Method 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.

Protected Methods

Method 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

Method 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 method

Make the ribbon group radio button hidden.
public Hide ( ) : void
return void

KryptonRibbonGroupRadioButton() public method

Initialise a new instance of the KryptonRibbonGroupRadioButton class.
public KryptonRibbonGroupRadioButton ( ) : System
return System

OnCheckedChanged() protected method

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

OnClick() protected method

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

OnPropertyChanged() protected method

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

PerformClick() public method

Generates a Click event for a check box.
public PerformClick ( ) : void
return void

PerformClick() public method

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

ResetShortcutKeys() public method

Resets the ShortcutKeys property to its default value.
public ResetShortcutKeys ( ) : void
return void

Show() public method

Make the ribbon group radio button visible.
public Show ( ) : void
return void