ThreeState Property (CheckBoxField)
In This Topic
Gets or sets a value indicating whether the checkbox will allow three check states rather than two.
Syntax
'Declaration
Public Property ThreeState As Boolean
public bool ThreeState {get; set;}
See Also