Sets the textlocked attribute of an existing element.
Visual Basic |
---|
Public Sub ElementSetTextLocked( _ ByVal elementHandle As Long, _ ByVal bLocked As Boolean _ ) |
- elementHandle
- The handle of an element returned by the ElementCreate method.
- bLocked
- If the text can be edited.
When the textlocked attribute is true, the text cannot be changed by the user.