[Foundation.Export("IsThreeState")] [Browsable(true)] public bool IsThreeState {get; set;}
'Declaration <Foundation.ExportAttribute("IsThreeState")> <BrowsableAttribute(True)> Public Property IsThreeState As Boolean
'Declaration
<Foundation.ExportAttribute("IsThreeState")> <BrowsableAttribute(True)> Public Property IsThreeState As Boolean
'Usage Dim instance As C1CheckBox Dim value As Boolean instance.IsThreeState = value value = instance.IsThreeState
'Usage
Dim instance As C1CheckBox Dim value As Boolean instance.IsThreeState = value value = instance.IsThreeState
C1CheckBox Class C1CheckBox Members