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

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

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

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

Hide focus by giving it to the hidden control.

SetFirstFocusItem ( ) : void

Set focus to the first focus item inside the popup group.

SetLastFocusItem ( ) : void

Set focus to the last focus item inside the popup group.

SetNextFocusItem ( ) : void

Set focus to the next focus item inside the popup group.

SetPreviousFocusItem ( ) : void

Set focus to the previous focus item inside the popup group.

ShowCalculatingSize ( ViewDrawRibbonGroup parentGroup, Rectangle parentScreenRect ) : void

Show the group popup relative to the parent group instance.

VisualPopupGroup ( KryptonRibbon ribbon, KryptonRibbonGroup ribbonGroup, IRenderer renderer ) : System

Initialize a new instance of the VisualPopupGroup class.

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

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

Clean up any resources being used.

OnKeyPress ( KeyPressEventArgs e ) : void

Raises the KeyPress event.

OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void

Raises the Layout event.

ProcessDialogKey ( Keys keyData ) : bool

Processes a dialog key.

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

Метод Описание
CalculateBelowPopupRect ( Rectangle parentScreenRect, Size popupSize ) : Rectangle

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

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

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

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

Hide focus by giving it to the hidden control.
public HideFocus ( ) : void
Результат void

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

Raises the KeyPress event.
protected OnKeyPress ( KeyPressEventArgs e ) : void
e System.Windows.Forms.KeyPressEventArgs An KeyPressEventArgs that contains the event data.
Результат void

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

Raises the Layout event.
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs An EventArgs that contains the event data.
Результат void

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

Processes a dialog key.
protected ProcessDialogKey ( Keys keyData ) : bool
keyData Keys One of the Keys values that represents the key to process.
Результат bool

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

Set focus to the first focus item inside the popup group.
public SetFirstFocusItem ( ) : void
Результат void

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

Set focus to the last focus item inside the popup group.
public SetLastFocusItem ( ) : void
Результат void

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

Set focus to the next focus item inside the popup group.
public SetNextFocusItem ( ) : void
Результат void

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

Set focus to the previous focus item inside the popup group.
public SetPreviousFocusItem ( ) : void
Результат void

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

Show the group popup relative to the parent group instance.
public ShowCalculatingSize ( ViewDrawRibbonGroup parentGroup, Rectangle parentScreenRect ) : void
parentGroup ViewDrawRibbonGroup Parent group instance.
parentScreenRect System.Drawing.Rectangle Screen rectangle of the parent.
Результат void

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

Initialize a new instance of the VisualPopupGroup class.
public VisualPopupGroup ( KryptonRibbon ribbon, KryptonRibbonGroup ribbonGroup, IRenderer renderer ) : System
ribbon KryptonRibbon Reference to owning ribbon control.
ribbonGroup KryptonRibbonGroup Reference to ribbon group for display.
renderer IRenderer Drawing renderer.
Результат System