CONTROL SET FONT

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Commands >

CONTROL SET FONT

 

Description

 

Select a font to be used for a particular Windows Control

 

Syntax

 

CONTROL SET FONT hWnd, CtrlID, hFont

 

Returns

 

None

 

Parameters

 

Name

Type

Optional

Meaning

hWnd

Number

No

Handle of the dialog containing the control

CtrlID

Number

No

Control identifier assigned to the control during CONTROL ADD ...

hFont

Number

No

The numeric handle returned by the Font_New statement when the font was created

 

Remarks

 

Restrictions

 

See also

 

Examples