'Declaration Protected Function New( _ ByVal templateControl As WinCheckBox, _ ByVal handleActivationClick As Boolean _ )
'Usage Dim templateControl As WinCheckBox Dim handleActivationClick As Boolean Dim instance As New CheckBoxEditor(templateControl, handleActivationClick)
protected CheckBoxEditor( WinCheckBox templateControl, bool handleActivationClick )
Parameters
- templateControl
- A reference to a System.Windows.Forms.Control representing the control that will be used as a template to create the controls that will edit the content of boolean cells.
- handleActivationClick
- Indicates if the control should handle the mouse click once it is activated.