C# Class DroidExplorer.Bootstrapper.Authentication.ExtensionPanel

Inheritance: System.Windows.Forms.Panel
Mostra file Open project: camalot/droidexplorer Class Usage Examples

Public Methods

Method Description
ExtensionPanel ( ) : System
LayoutExtension ( ICredentialBounds bounds ) : void

Protected Methods

Method Description
GetDialogBounds ( ) : System.Drawing.Rect
GetOKBounds ( ) : System.Drawing.Rect
GetRememberBounds ( ) : System.Drawing.Rect

Private Methods

Method 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 method

public ExtensionPanel ( ) : System
return System

GetDialogBounds() protected method

protected GetDialogBounds ( ) : System.Drawing.Rect
return System.Drawing.Rect

GetOKBounds() protected method

protected GetOKBounds ( ) : System.Drawing.Rect
return System.Drawing.Rect

GetRememberBounds() protected method

protected GetRememberBounds ( ) : System.Drawing.Rect
return System.Drawing.Rect

LayoutExtension() public method

public LayoutExtension ( ICredentialBounds bounds ) : void
bounds ICredentialBounds
return void