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

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

Private Properties

Свойство Тип Описание
CreateView ViewBase
MonitorControl void
OnCustomControlEnter void
OnCustomControlLeave void
OnDesignTimeContextMenu void
OnPaletteNeedPaint void
ProcessCmdKey bool
ShouldSerializeShortcutKeys bool
UnmonitorControl void

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

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

Make the ribbon group hidden.

KryptonRibbonGroupCustomControl ( ) : System

Initialise a new instance of the KryptonRibbonGroupCustom class.

ResetShortcutKeys ( ) : void

Resets the ShortcutKeys property to its default value.

Show ( ) : void

Make the ribbon group visible.

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

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

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

Метод Описание
CreateView ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : ViewBase
MonitorControl ( Control c ) : void
OnCustomControlEnter ( object sender, EventArgs e ) : void
OnCustomControlLeave ( object sender, EventArgs e ) : void
OnDesignTimeContextMenu ( MouseEventArgs e ) : void
OnPaletteNeedPaint ( object sender, NeedLayoutEventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool
ShouldSerializeShortcutKeys ( ) : bool
UnmonitorControl ( Control c ) : void

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

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

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

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

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

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

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

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

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

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

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

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