Gets the font of an existing element.
Visual Basic |
---|
Public Function ElementGetFont( _ ByVal elementHandle As Long _ ) As Font |
- elementHandle
- The handle of the element returned by the ElementCreate method.
A font object appropriate within a programming environment:
- VB - StdFont
- Delphi - TFont
- VC++ - IFontDisp