C# Class ComponentFactory.Krypton.Navigator.VisualPopupPage

Inheritance: ComponentFactory.Krypton.Toolkit.VisualPopup
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
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.

Private Methods

Méthode Description
GetControlWithFocus ( Control control ) : Control
TabToNextControl ( Control focus, bool forward ) : bool
VisualPopupPage ( ) : System

Method Details

Dispose() protected méthode

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

OnKeyDown() protected méthode

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

OnLayout() protected méthode

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

ProcessTabKey() protected méthode

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

ShowCalculatingSize() public méthode

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

VisualPopupPage() public méthode

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.
Résultat System