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