Method | Description | |
---|---|---|
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 ( |
Show the quick access toolbar popup relative to the parent area.
|
|
VisualPopupQATOverflow ( KryptonRibbon ribbon, ViewLayoutRibbonQATContents contents, IRenderer renderer ) : System |
Initialize a new instance of the VisualPopupQATOverflow class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnKeyPress ( |
Raises the KeyPress event.
|
|
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void |
Raises the Layout event.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnKeyPress ( |
||
e | An KeyPressEventArgs that contains the event data. | |
return | void |
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void | ||
levent | System.Windows.Forms.LayoutEventArgs | An EventArgs that contains the event data. |
return | void |
public ShowCalculatingSize ( |
||
parentScreenRect | Screen rectangle of the parent. | |
finishDelegate | EventHandler | Delegate fired when popup dismissed. |
return | void |
public VisualPopupQATOverflow ( KryptonRibbon ribbon, ViewLayoutRibbonQATContents contents, IRenderer renderer ) : System | ||
ribbon | KryptonRibbon | Reference to owning ribbon control. |
contents | ViewLayoutRibbonQATContents | Reference to original contents which has overflow items. |
renderer | IRenderer | Drawing renderer. |
return | System |