System.Windows.Forms.DataGridViewButtonCell.DataGridViewButtonCell C# (CSharp) 메소드

DataGridViewButtonCell() 공개 메소드

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

Same methods

DataGridViewButtonCell::DataGridViewButtonCell ( ) : System
DataGridViewButtonCell