Method | Description | |
---|---|---|
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 ( |
Show the group popup relative to the parent group instance.
|
|
VisualPopupGroup ( KryptonRibbon ribbon, |
Initialize a new instance of the VisualPopupGroup 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.
|
|
ProcessDialogKey ( Keys keyData ) : bool |
Processes a dialog key.
|
Method | Description | |
---|---|---|
CalculateBelowPopupRect ( |
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 |
protected ProcessDialogKey ( Keys keyData ) : bool | ||
keyData | Keys | One of the Keys values that represents the key to process. |
return | bool |
public ShowCalculatingSize ( |
||
parentGroup | Parent group instance. | |
parentScreenRect | Screen rectangle of the parent. | |
return | void |
public VisualPopupGroup ( KryptonRibbon ribbon, |
||
ribbon | KryptonRibbon | Reference to owning ribbon control. |
ribbonGroup | Reference to ribbon group for display. | |
renderer | IRenderer | Drawing renderer. |
return | System |