C# 클래스 SIL.FieldWorks.Discourse.ChartHeaderView

This subclass of ListView is used to make the column headers for a Constituent Chart. It's main function is to handle double-clicks on column boundaries so the chart (which is neither a ListView nor a BrowseViewer) can resize its columns.
상속: System.Windows.Forms.ListView, IFWDisposable
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
ChartHeaderView ( ConstituentChart chart ) : System

Create one and set the chart it belongs to.

CheckDisposed ( ) : void

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.

보호된 메소드들

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

Releases the unmanaged resources used by the T:System.Windows.Forms.ListView and optionally releases the managed resources.

WndProc ( Message &m ) : void

Overrides M:System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message@).

메소드 상세

ChartHeaderView() 공개 메소드

Create one and set the chart it belongs to.
public ChartHeaderView ( ConstituentChart chart ) : System
chart ConstituentChart
리턴 System

CheckDisposed() 공개 메소드

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.
public CheckDisposed ( ) : void
리턴 void

Dispose() 보호된 메소드

Releases the unmanaged resources used by the T:System.Windows.Forms.ListView and optionally releases the managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
리턴 void

WndProc() 보호된 메소드

Overrides M:System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message@).
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message The Windows to process.
리턴 void