C# Class SIL.FieldWorks.Common.Widgets.SilButtonColumn

Inheritance: System.Windows.Forms.DataGridViewColumn
Mostra file Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
SilButtonColumn ( string name ) : System

SilButtonColumn ( string name, bool showButton ) : System

Protected Methods

Method Description
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.

Private Methods

Method Description
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

Method Details

Dispose() protected method

Dispose the SilButtonColumn
protected Dispose ( bool disposing ) : void
disposing bool
return void

OnDataGridViewChanged() protected method

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

SilButtonColumn() public method

public SilButtonColumn ( string name ) : System
name string
return System

SilButtonColumn() public method

public SilButtonColumn ( string name, bool showButton ) : System
name string
showButton bool
return System