Method | Description | |
---|---|---|
AllowMouseMove ( |
Should the mouse move at provided screen point be allowed.
|
|
DoesCurrentMouseDownEndAllTracking ( |
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, |
Show the minimized popup relative to the tabs area of the ribbon.
|
|
UpdatePosition ( ViewLayoutRibbonTabsArea tabsArea, |
Update the displayed position to reflect a change in selected tab.
|
|
VisualPopupMinimized ( KryptonRibbon ribbon, |
Initialize a new instance of the VisualPopupMinimized class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnKeyPress ( |
Raises the KeyPress event.
|
Method | Description | |
---|---|---|
CalculatePopupRect ( ViewLayoutRibbonTabsArea tabsArea, |
public AllowMouseMove ( |
||
m | Original message. | |
pt | Point | Client coordinates point. |
return | bool |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public DoesCurrentMouseDownEndAllTracking ( |
||
m | Original message. | |
pt | Point | Client coordinates point. |
return | bool |
protected OnKeyPress ( |
||
e | An KeyPressEventArgs that contains the event data. | |
return | void |
public Show ( ViewLayoutRibbonTabsArea tabsArea, |
||
tabsArea | ViewLayoutRibbonTabsArea | Tabs area of the |
drawMinimizedPanel | ||
return | void |
public UpdatePosition ( ViewLayoutRibbonTabsArea tabsArea, |
||
tabsArea | ViewLayoutRibbonTabsArea | Tabs area of the |
drawMinimizedPanel | ||
return | void |
public VisualPopupMinimized ( KryptonRibbon ribbon, |
||
ribbon | KryptonRibbon | Owning ribbon control instance. |
viewManager | View manager instance for managing view display. | |
captionArea | View element that manages the custom chrome injection. | |
renderer | IRenderer | Drawing renderer. |
return | System |