InfoConnect for Unisys
Enabled Property (IUiControl)


Gets or sets the enabled property of a given control.
Syntax
'Declaration
 
Property Enabled As Boolean
'Usage
 
Dim instance As IUiControl
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
bool Enabled {get; set;}
See Also