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

Inheritance: System.Windows.Forms.DataGridViewColumn
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
SilButtonColumn ( string name ) : System

SilButtonColumn ( string name, bool showButton ) : System

Méthodes protégées

Méthode 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

Méthode 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 méthode

Dispose the SilButtonColumn
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnDataGridViewChanged() protected méthode

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

SilButtonColumn() public méthode

public SilButtonColumn ( string name ) : System
name string
Résultat System

SilButtonColumn() public méthode

public SilButtonColumn ( string name, bool showButton ) : System
name string
showButton bool
Résultat System