C# 클래스 SystemEx.Windows.Forms.Form

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: pvginkel/SystemEx

Private Properties

프로퍼티 타입 설명
FindScreen System.Windows.Forms.Screen
InvalidateNonClient void
UpdateRenderSizeGrip void
WmNCHitTest void

공개 메소드들

메소드 설명
CenterOverParent ( double relativeSize ) : void
FindAssignedMnenomics ( ) : char[]
Form ( ) : System
TrackProperty ( Control control, string property ) : void

보호된 메소드들

메소드 설명
AssignMnenomics ( ) : void
AssignMnenomics ( char seed ) : void
Dispose ( bool disposing ) : void
OnBrowseButtonClick ( BrowseButtonEventArgs e ) : void
OnCancelPreview ( CancelPreviewEventArgs e ) : void
OnLocationChanged ( EventArgs e ) : void
OnShowing ( EventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void
ProcessDialogKey ( Keys keyData ) : bool
RestoreUserSettings ( ) : bool
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
SetVisibleCore ( bool value ) : void
StoreUserSettings ( ) : void
WndProc ( Message &m ) : void

비공개 메소드들

메소드 설명
FindScreen ( Point location ) : Screen
InvalidateNonClient ( ) : void
UpdateRenderSizeGrip ( ) : void
WmNCHitTest ( Message &m ) : void

메소드 상세

AssignMnenomics() 보호된 메소드

protected AssignMnenomics ( ) : void
리턴 void

AssignMnenomics() 보호된 메소드

protected AssignMnenomics ( char seed ) : void
seed char
리턴 void

CenterOverParent() 공개 메소드

public CenterOverParent ( double relativeSize ) : void
relativeSize double
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

FindAssignedMnenomics() 공개 메소드

public FindAssignedMnenomics ( ) : char[]
리턴 char[]

Form() 공개 메소드

public Form ( ) : System
리턴 System

OnBrowseButtonClick() 보호된 메소드

protected OnBrowseButtonClick ( BrowseButtonEventArgs e ) : void
e BrowseButtonEventArgs
리턴 void

OnCancelPreview() 보호된 메소드

protected OnCancelPreview ( CancelPreviewEventArgs e ) : void
e CancelPreviewEventArgs
리턴 void

OnLocationChanged() 보호된 메소드

protected OnLocationChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnShowing() 보호된 메소드

protected OnShowing ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnSizeChanged() 보호된 메소드

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

ProcessDialogKey() 보호된 메소드

protected ProcessDialogKey ( Keys keyData ) : bool
keyData Keys
리턴 bool

RestoreUserSettings() 보호된 메소드

protected RestoreUserSettings ( ) : bool
리턴 bool

SetBoundsCore() 보호된 메소드

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
리턴 void

SetVisibleCore() 보호된 메소드

protected SetVisibleCore ( bool value ) : void
value bool
리턴 void

StoreUserSettings() 보호된 메소드

protected StoreUserSettings ( ) : void
리턴 void

TrackProperty() 공개 메소드

public TrackProperty ( Control control, string property ) : void
control System.Windows.Forms.Control
property string
리턴 void

WndProc() 보호된 메소드

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
리턴 void