'Declaration Public Function New( _ ByVal text As String, _ ByVal checkState As CheckState _ )
'Usage Dim text As String Dim checkState As CheckState Dim instance As New WinCheckBox(text, checkState)
public WinCheckBox( string text, CheckState checkState )
Parameters
- text
- A string representing the checkbox's System.Windows.Forms.Control.Text.
- checkState
- A System.Windows.Forms.CheckState value representing the check state of the checkbox.