메소드 | 설명 | |
---|---|---|
ShowCalculatingSize ( |
Show the group popup relative to the parent group instance.
|
|
VisualPopupPage ( |
Initialize a new instance of the VisualPopupPage class.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnKeyDown ( |
Raises the KeyDown event.
|
|
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void |
Raises the Layout event.
|
|
ProcessTabKey ( bool forward ) : bool |
Selects the next available control and makes it active.
|
메소드 | 설명 | |
---|---|---|
GetControlWithFocus ( |
||
TabToNextControl ( |
||
VisualPopupPage ( ) : System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
protected OnKeyDown ( |
||
e | A KeyEventArgs that contains the event data. | |
리턴 | void |
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void | ||
levent | System.Windows.Forms.LayoutEventArgs | An EventArgs that contains the event data. |
리턴 | void |
protected ProcessTabKey ( bool forward ) : bool | ||
forward | bool | true to cycle forward; otherwise false. |
리턴 | bool |
public ShowCalculatingSize ( |
||
parentScreenRect | Screen rectangle of the parent. | |
리턴 | void |
public VisualPopupPage ( |
||
navigator | Reference to owning navigator control. | |
page | Reference to page for display. | |
renderer | IRenderer | Drawing renderer. |
리턴 | System |