Method | Description | |
---|---|---|
SilButtonColumn ( string name ) : System |
|
|
SilButtonColumn ( string name, bool showButton ) : System |
|
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.
|
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 |
public SilButtonColumn ( string name ) : System | ||
name | string | |
return | System |
public SilButtonColumn ( string name, bool showButton ) : System | ||
name | string | |
showButton | bool | |
return | System |