Navigation:  Classes > bHighlightStyle >

bHighlightStyle:Init()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Creates an object of class bHighlightStyle.

Class

bHighlightStyle

Type

Method

Syntax

bHighlightStyle{

[<oBackground>],

[<iAlphaBlendRatio>]

} Æ oHighlightStyle

Arguments

<oBackground>The background color that is to be used.
Data Type:Brush

 

<iAlphaBlendRatio>Mixture ratio for overlapping of two colors. The higher the value, the lower is the transparency. The lower  the number, the more this color shows through the other one. Supported values are 0 to 100 or the constants below:

 

Constant

Value

BABR_NONE

0

BABR_LIGHT

12

BABR_NORMAL

25

BABR_DARK

45

BABR_SOLID

100

BABR_AUTO

0xFFFFFFFF

 

The argument is supported only for Windows 2000 or newer operating systems. For older operating systems the value BABR_NONE should be used.

Data Type:DWord

Return Value

oHighlightStyleThe created object of the class bHighlightStyle.
Data Type:bHighlightStyle

Description

bHighlightStyle:Init() creates an object of the class bHighlightStyle and initializes it.

See Also

bBackgroundStyle:AlphaBlendRatio

bBackgroundStyle:Background

 


Page url: http://www.YOURSERVER.com/index.html?bhighlightstyle_init.htm