C# 클래스 System.Windows.Forms.UserControl

상속: ContainerControl
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetPreferredSizeCore System.Drawing.Size
OnCreateControl void
OnLoad void
OnMouseDown void
ValidateChildren bool
ValidateChildren bool

공개 메소드들

메소드 설명
UserControl ( ) : System

보호된 메소드들

메소드 설명
OnResize ( EventArgs e ) : void

비공개 메소드들

메소드 설명
GetPreferredSizeCore ( Size proposedSize ) : Size
OnCreateControl ( ) : void
OnLoad ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
ValidateChildren ( ) : bool
ValidateChildren ( ValidationConstraints validationConstraints ) : bool

메소드 상세

OnResize() 보호된 메소드

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

UserControl() 공개 메소드

public UserControl ( ) : System
리턴 System