C# Class ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupCheckBox

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

Private Properties

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

Méthodes publiques

Méthode Description
Hide ( ) : void

Make the ribbon group hidden.

KryptonRibbonGroupCheckBox ( ) : System

Initialise a new instance of the KryptonRibbonGroupCheckBox class.

PerformClick ( ) : void

Generates a Click event for a check box.

PerformClick ( EventHandler finishDelegate ) : void

Generates a Click event for a check box.

ResetShortcutKeys ( ) : void

Resets the ShortcutKeys property to its default value.

Show ( ) : void

Make the ribbon group visible.

Méthodes protégées

Méthode Description
OnCheckStateChanged ( EventArgs e ) : void

Raises the CheckStateChanged event.

OnCheckedChanged ( EventArgs e ) : void

Raises the CheckedChanged event.

OnClick ( EventHandler finishDelegate ) : void

Raises the Click event.

OnCommandPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Handles a change in the property of an attached command.

OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

Private Methods

Méthode Description
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 hidden.
public Hide ( ) : void
Résultat void

KryptonRibbonGroupCheckBox() public méthode

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

OnCheckStateChanged() protected méthode

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

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

OnCommandPropertyChanged() protected méthode

Handles a change in the property of an attached command.
protected OnCommandPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
sender object Source of the event.
e System.ComponentModel.PropertyChangedEventArgs A PropertyChangedEventArgs that contains the event data.
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 check box.
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 visible.
public Show ( ) : void
Résultat void