TreeView_SetBold

<< Click to Display Table of Contents >>

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

TreeView_SetBold

 

Description

 

The bold attribute for the data item specified by hItem is set based upon the value of the BoldFlag parameter.

If BoldFlag is %TRUE, the item is displayed in bold format.  If BoldFlag is %FALSE, the item is displayed in normal format.

 

Syntax

 

Treeview_SetBold(hWnd, ctrlID, hItem, BoldFlag)

 

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 ...

hItem

Number

No

Handle of a Treeview item, used to uniquely identify the item

BoldFlag

Number

No

%TRUE or %FALSE

 

Remarks

 

Restrictions

 

See also

 

Examples