C# 클래스 SIL.FieldWorks.Common.Widgets.SilButtonColumn

상속: System.Windows.Forms.DataGridViewColumn
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
SilButtonColumn ( string name ) : System

SilButtonColumn ( string name, bool showButton ) : System

보호된 메소드들

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

Dispose the SilButtonColumn

OnDataGridViewChanged ( ) : void

Need to save the value of the owning grid's ShowCellToolTips value because we may change it once in a while.

비공개 메소드들

메소드 설명
HideToolTip ( ) : void

InvokeButtonClick ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void

Provides a way for an owned cell to fire the button clicked event on the column.

ShowToolTip ( ) : void
SilButtonColumn ( ) : System

메소드 상세

Dispose() 보호된 메소드

Dispose the SilButtonColumn
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

OnDataGridViewChanged() 보호된 메소드

Need to save the value of the owning grid's ShowCellToolTips value because we may change it once in a while.
protected OnDataGridViewChanged ( ) : void
리턴 void

SilButtonColumn() 공개 메소드

public SilButtonColumn ( string name ) : System
name string
리턴 System

SilButtonColumn() 공개 메소드

public SilButtonColumn ( string name, bool showButton ) : System
name string
showButton bool
리턴 System