C# 클래스 SIL.FieldWorks.Common.Controls.HeaderLabel

Implements a label control whose background appearance mimics that of a list view header.
상속: FwTextPanel
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
HeaderLabel ( ) : System.Drawing

Initializes a new instance of the HeaderLabel class.

보호된 메소드들

메소드 설명
OnPaintBackground ( PaintEventArgs e ) : void

Draw a background that looks like a list view header.

메소드 상세

HeaderLabel() 공개 메소드

Initializes a new instance of the HeaderLabel class.
public HeaderLabel ( ) : System.Drawing
리턴 System.Drawing

OnPaintBackground() 보호된 메소드

Draw a background that looks like a list view header.
protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void