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

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

Private Properties

Свойство Тип Описание
CreateView ViewBase
OnDesignTimeContextMenu void
OnKryptonContextMenuClosed void
ProcessCmdKey bool
ShouldSerializeImageLarge bool
ShouldSerializeImageSmall bool
ShouldSerializeShortcutKeys bool

Открытые методы

Метод Описание
Hide ( ) : void

Make the ribbon group hidden.

KryptonRibbonGroupButton ( ) : System

Initialise a new instance of the KryptonRibbonGroupButton class.

PerformClick ( ) : void

Generates a Click event for a button.

PerformClick ( EventHandler finishDelegate ) : void

Generates a Click event for a button.

PerformDropDown ( ) : void

Generates a DropDown event for a button.

PerformDropDown ( EventHandler finishDelegate ) : void

Generates a DropDown event for a button.

ResetShortcutKeys ( ) : void

Resets the ShortcutKeys property to its default value.

Show ( ) : void

Make the ribbon group visible.

Защищенные методы

Метод Описание
OnClick ( EventHandler finishDelegate ) : void

Raises the Click event.

OnCommandPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Handles a change in the property of an attached command.

OnDropDown ( EventHandler finishDelegate ) : void

Raises the DropDown event.

OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

Приватные методы

Метод Описание
CreateView ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : ViewBase
OnDesignTimeContextMenu ( MouseEventArgs e ) : void
OnKryptonContextMenuClosed ( object sender, EventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool
ShouldSerializeImageLarge ( ) : bool
ShouldSerializeImageSmall ( ) : bool
ShouldSerializeShortcutKeys ( ) : bool

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

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

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

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

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

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

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

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

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.
Результат void

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

Raises the DropDown event.
protected OnDropDown ( 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 button.
public PerformClick ( ) : void
Результат void

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

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

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

Generates a DropDown event for a button.
public PerformDropDown ( ) : void
Результат void

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

Generates a DropDown event for a button.
public PerformDropDown ( 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 visible.
public Show ( ) : void
Результат void