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