Win_GetSysColorBrush

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > Windows API >

Win_GetSysColorBrush

 

Description

 

Retrieves a handle identifying a logical brush that corresponds to the specified color index.

 

Syntax

 

n = Win_GetSysColorBrush(nIndex)

 

Returns

 

Number.

 

Parameters

 

Name

Type

Optional

Meaning

nIndex

Number

No

A color index. This value corresponds to the color used to paint one of the window elements. See Win_GetSysColor for system color index values

 

Remarks

 

Restrictions

 

See also

 

Examples