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

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

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

Метод Описание
AllowMouseMove ( Message m, Point pt ) : bool

Should the mouse move at provided screen point be allowed.

DoesCurrentMouseDownEndAllTracking ( Message m, Point pt ) : bool

Should a mouse down at the provided point cause an end to popup tracking.

SetFirstFocusItem ( ) : void

Sets focus to the first focus item inside the selected tab.

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.

Show ( ViewLayoutRibbonTabsArea tabsArea, ViewDrawPanel drawMinimizedPanel ) : void

Show the minimized popup relative to the tabs area of the ribbon.

UpdatePosition ( ViewLayoutRibbonTabsArea tabsArea, ViewDrawPanel drawMinimizedPanel ) : void

Update the displayed position to reflect a change in selected tab.

VisualPopupMinimized ( KryptonRibbon ribbon, ViewManager viewManager, ViewDrawRibbonCaptionArea captionArea, IRenderer renderer ) : System

Initialize a new instance of the VisualPopupMinimized class.

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

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

Clean up any resources being used.

OnKeyPress ( KeyPressEventArgs e ) : void

Raises the KeyPress event.

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

Метод Описание
CalculatePopupRect ( ViewLayoutRibbonTabsArea tabsArea, ViewDrawPanel drawMinimizedPanel ) : Rectangle

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

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

Should the mouse move at provided screen point be allowed.
public AllowMouseMove ( Message m, Point pt ) : bool
m System.Windows.Forms.Message Original message.
pt Point Client coordinates point.
Результат bool

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

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

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

Should a mouse down at the provided point cause an end to popup tracking.
public DoesCurrentMouseDownEndAllTracking ( Message m, Point pt ) : bool
m System.Windows.Forms.Message Original message.
pt Point Client coordinates point.
Результат bool

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

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

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

Sets focus to the first focus item inside the selected tab.
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

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

Show the minimized popup relative to the tabs area of the ribbon.
public Show ( ViewLayoutRibbonTabsArea tabsArea, ViewDrawPanel drawMinimizedPanel ) : void
tabsArea ViewLayoutRibbonTabsArea Tabs area of the
drawMinimizedPanel ComponentFactory.Krypton.Toolkit.ViewDrawPanel
Результат void

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

Update the displayed position to reflect a change in selected tab.
public UpdatePosition ( ViewLayoutRibbonTabsArea tabsArea, ViewDrawPanel drawMinimizedPanel ) : void
tabsArea ViewLayoutRibbonTabsArea Tabs area of the
drawMinimizedPanel ComponentFactory.Krypton.Toolkit.ViewDrawPanel
Результат void

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

Initialize a new instance of the VisualPopupMinimized class.
public VisualPopupMinimized ( KryptonRibbon ribbon, ViewManager viewManager, ViewDrawRibbonCaptionArea captionArea, IRenderer renderer ) : System
ribbon KryptonRibbon Owning ribbon control instance.
viewManager ComponentFactory.Krypton.Toolkit.ViewManager View manager instance for managing view display.
captionArea ViewDrawRibbonCaptionArea View element that manages the custom chrome injection.
renderer IRenderer Drawing renderer.
Результат System