C# Class System.Windows.Forms.DataGridViewButtonCell

Inheritance: System.Windows.Forms.DataGridViewCell
Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
DataGridViewButtonCell ( ) : System
DataGridViewButtonCell ( IntPtr handle ) : System
Init ( ) : void

Method Details

DataGridViewButtonCell() public method

public DataGridViewButtonCell ( ) : System
return System

DataGridViewButtonCell() public method

public DataGridViewButtonCell ( IntPtr handle ) : System
handle IntPtr
return System

Init() public method

public Init ( ) : void
return void