Gets the highlight fill of an existing element.
Visual Basic |
---|
Public Function ElementGetHighlightFill( _ ByVal elementHandle As Long _ ) As Boolean |
- elementHandle
- The handle of an element returned by the ElementCreate method.
If the element has a highlight fill.
Note: The syntax of the ElementGetBackstyle method is easier to use. If you use this method, you will have less of chance of being confused by the difference between HighlightBack and HighlightFill.