InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / IUiControl Interface / Enabled Property


In This Topic
Enabled Property (IUiControl)
In This Topic
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
See Also