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

Init() 공개 메소드

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