System.Windows.Forms.DataGridViewButtonCell.DataGridViewButtonCell C# (CSharp) Method

DataGridViewButtonCell() public method

public DataGridViewButtonCell ( IntPtr handle ) : System
handle IntPtr
return System
		public DataGridViewButtonCell(IntPtr handle) : base(handle)
		{
			Init();
		}
		public DataGridViewButtonCell ()

Same methods

DataGridViewButtonCell::DataGridViewButtonCell ( ) : System
DataGridViewButtonCell