C# Класс SIL.FieldWorks.Common.Widgets.SilButtonColumn

Наследование: System.Windows.Forms.DataGridViewColumn
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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