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


In This Topic
Description Property (IUiControl)
In This Topic
Gets or sets the description associated with the control.
Syntax
'Declaration
 
Property Description As String
 
'Usage
 
Dim instance As IUiControl
Dim value As String
 
instance.Description = value
 
value = instance.Description
See Also