C# 클래스 CodeVendor.Controls.Grouper

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: polserver/poltools 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GroupBox_Resize void
InitializeGroupBox void
InitializeStyles void
PaintBack void
PaintGroupText void

공개 메소드들

메소드 설명
Grouper ( ) : System

This method will construct a new GroupBox control.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

This method will dispose of the GroupBox control.

OnPaint ( PaintEventArgs e ) : void

Overrides the OnPaint method to paint control.

비공개 메소드들

메소드 설명
GroupBox_Resize ( object sender, EventArgs e ) : void

This method fires when the GroupBox resize event occurs.

InitializeGroupBox ( ) : void

This method will initialize the GroupBox control.

InitializeStyles ( ) : void

This method will initialize the controls custom styles.

PaintBack ( System g ) : void

This method will paint the control.

PaintGroupText ( System g ) : void

This method will paint the group title.

메소드 상세

Dispose() 보호된 메소드

This method will dispose of the GroupBox control.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Grouper() 공개 메소드

This method will construct a new GroupBox control.
public Grouper ( ) : System
리턴 System

OnPaint() 보호된 메소드

Overrides the OnPaint method to paint control.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs The paint event arguments.
리턴 void