System.Windows.Forms.DataGridViewCheckBoxCell.Init C# (CSharp) Method

Init() public method

public Init ( ) : void
return void
		void Init()
		{
			this.SetButtonType(NSButtonType.Switch);			
		}
		
DataGridViewCheckBoxCell