C# Class DroidExplorer.Bootstrapper.Authentication.ExtensionPanel

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: camalot/droidexplorer Class Usage Examples

Méthodes publiques

Méthode Description
ExtensionPanel ( ) : System
LayoutExtension ( ICredentialBounds bounds ) : void

Méthodes protégées

Méthode Description
GetDialogBounds ( ) : System.Drawing.Rect
GetOKBounds ( ) : System.Drawing.Rect
GetRememberBounds ( ) : System.Drawing.Rect

Private Methods

Méthode Description
GetDlgItem ( IntPtr hwnd, int id ) : IntPtr
GetWindowRect ( IntPtr hwnd, System.Drawing.Rect rc ) : int
ScreenToClient ( IntPtr hwnd, Point pt ) : int

Method Details

ExtensionPanel() public méthode

public ExtensionPanel ( ) : System
Résultat System

GetDialogBounds() protected méthode

protected GetDialogBounds ( ) : System.Drawing.Rect
Résultat System.Drawing.Rect

GetOKBounds() protected méthode

protected GetOKBounds ( ) : System.Drawing.Rect
Résultat System.Drawing.Rect

GetRememberBounds() protected méthode

protected GetRememberBounds ( ) : System.Drawing.Rect
Résultat System.Drawing.Rect

LayoutExtension() public méthode

public LayoutExtension ( ICredentialBounds bounds ) : void
bounds ICredentialBounds
Résultat void