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

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

Private Properties

프로퍼티 타입 설명
GetPreferredSizeCore System.Drawing.Size

공개 메소드들

메소드 설명
GroupBox ( ) : System.Drawing
ToString ( ) : string

보호된 메소드들

메소드 설명
CreateHandle ( ) : void
OnFontChanged ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
ProcessMnemonic ( char charCode ) : bool
ScaleControl ( SizeF factor, BoundsSpecified specified ) : void

비공개 메소드들

메소드 설명
GetPreferredSizeCore ( Size proposedSize ) : Size

메소드 상세

CreateHandle() 보호된 메소드

protected CreateHandle ( ) : void
리턴 void

GroupBox() 공개 메소드

public GroupBox ( ) : System.Drawing
리턴 System.Drawing

OnFontChanged() 보호된 메소드

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

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

ProcessMnemonic() 보호된 메소드

protected ProcessMnemonic ( char charCode ) : bool
charCode char
리턴 bool

ScaleControl() 보호된 메소드

protected ScaleControl ( SizeF factor, BoundsSpecified specified ) : void
factor System.Drawing.SizeF
specified BoundsSpecified
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string