C# 클래스 ComponentFactory.Krypton.Navigator.VisualPopupPage

상속: ComponentFactory.Krypton.Toolkit.VisualPopup
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
ShowCalculatingSize ( Rectangle parentScreenRect ) : void

Show the group popup relative to the parent group instance.

VisualPopupPage ( KryptonNavigator navigator, KryptonPage page, IRenderer renderer ) : System

Initialize a new instance of the VisualPopupPage class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnKeyDown ( KeyEventArgs e ) : void

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 ( Control control ) : Control
TabToNextControl ( Control focus, bool forward ) : bool
VisualPopupPage ( ) : System

메소드 상세

Dispose() 보호된 메소드

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

OnKeyDown() 보호된 메소드

Raises the KeyDown event.
protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs A KeyEventArgs that contains the event data.
리턴 void

OnLayout() 보호된 메소드

Raises the Layout event.
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs An EventArgs that contains the event data.
리턴 void

ProcessTabKey() 보호된 메소드

Selects the next available control and makes it active.
protected ProcessTabKey ( bool forward ) : bool
forward bool true to cycle forward; otherwise false.
리턴 bool

ShowCalculatingSize() 공개 메소드

Show the group popup relative to the parent group instance.
public ShowCalculatingSize ( Rectangle parentScreenRect ) : void
parentScreenRect System.Drawing.Rectangle Screen rectangle of the parent.
리턴 void

VisualPopupPage() 공개 메소드

Initialize a new instance of the VisualPopupPage class.
public VisualPopupPage ( KryptonNavigator navigator, KryptonPage page, IRenderer renderer ) : System
navigator KryptonNavigator Reference to owning navigator control.
page KryptonPage Reference to page for display.
renderer IRenderer Drawing renderer.
리턴 System