C# 클래스 DroidExplorer.Bootstrapper.Authentication.ExtensionPanel

상속: System.Windows.Forms.Panel
파일 보기 프로젝트 열기: camalot/droidexplorer 1 사용 예제들

공개 메소드들

메소드 설명
ExtensionPanel ( ) : System
LayoutExtension ( ICredentialBounds bounds ) : void

보호된 메소드들

메소드 설명
GetDialogBounds ( ) : System.Drawing.Rect
GetOKBounds ( ) : System.Drawing.Rect
GetRememberBounds ( ) : System.Drawing.Rect

비공개 메소드들

메소드 설명
GetDlgItem ( IntPtr hwnd, int id ) : IntPtr
GetWindowRect ( IntPtr hwnd, System.Drawing.Rect rc ) : int
ScreenToClient ( IntPtr hwnd, Point pt ) : int

메소드 상세

ExtensionPanel() 공개 메소드

public ExtensionPanel ( ) : System
리턴 System

GetDialogBounds() 보호된 메소드

protected GetDialogBounds ( ) : System.Drawing.Rect
리턴 System.Drawing.Rect

GetOKBounds() 보호된 메소드

protected GetOKBounds ( ) : System.Drawing.Rect
리턴 System.Drawing.Rect

GetRememberBounds() 보호된 메소드

protected GetRememberBounds ( ) : System.Drawing.Rect
리턴 System.Drawing.Rect

LayoutExtension() 공개 메소드

public LayoutExtension ( ICredentialBounds bounds ) : void
bounds ICredentialBounds
리턴 void