Gets the selected attribute of an existing element.
Visual Basic |
---|
Public Function ElementGetSelected( _ ByVal elementHandle As Long _ ) As Boolean |
- elementHandle
- The handle of an element returned by the ElementCreate method.
A Boolean value that indicates whether the element is selected.
An element created with the Selected attribute set to true will be automatically selected.