Gets the textlocked attribute of an existing element.
Visual Basic |
---|
Public Function ElementGetTextLocked( _ ByVal elementHandle As Long _ ) As Boolean |
- elementHandle
- The handle of an element returned by the ElementCreate method.
A Boolean value that indicates whether the text can be edited.
When the textlocked attribute is true, the text cannot be changed by the user.