C# Class ComponentFactory.Krypton.Ribbon.VisualPopupMinimized

Inheritance: ComponentFactory.Krypton.Toolkit.VisualPopup
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnKeyPress ( KeyPressEventArgs e ) : void

Raises the KeyPress event.

Private Methods

Méthode Description
CalculatePopupRect ( ViewLayoutRibbonTabsArea tabsArea, ViewDrawPanel drawMinimizedPanel ) : Rectangle

Method Details

AllowMouseMove() public méthode

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.
Résultat bool

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

DoesCurrentMouseDownEndAllTracking() public méthode

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.
Résultat bool

OnKeyPress() protected méthode

Raises the KeyPress event.
protected OnKeyPress ( KeyPressEventArgs e ) : void
e System.Windows.Forms.KeyPressEventArgs An KeyPressEventArgs that contains the event data.
Résultat void

SetFirstFocusItem() public méthode

Sets focus to the first focus item inside the selected tab.
public SetFirstFocusItem ( ) : void
Résultat void

SetLastFocusItem() public méthode

Set focus to the last focus item inside the popup group.
public SetLastFocusItem ( ) : void
Résultat void

SetNextFocusItem() public méthode

Set focus to the next focus item inside the popup group.
public SetNextFocusItem ( ) : void
Résultat void

SetPreviousFocusItem() public méthode

Set focus to the previous focus item inside the popup group.
public SetPreviousFocusItem ( ) : void
Résultat void

Show() public méthode

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
Résultat void

UpdatePosition() public méthode

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
Résultat void

VisualPopupMinimized() public méthode

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.
Résultat System