SetFontType 

Syntax

object.SetFontType  sFont,  lFontSize

sFont                  String that specifies the typeface name of the font.

lFontSize            Specifies font’s size value.

Description

Call this method to set the current font of ELS-QB component’s SQL pane or Result view to the specified font.

Remarks

SetFontType method returns True if the specified font is set and False otherwise

Example

For Sample of SetFontType usage see Sub FontSetup() of the fileOpen module in ELS_QBDemoVB project.