VpeSetDividerStyle

<< Click to Display Table of Contents >>

Navigation:  FormFields >

VpeSetDividerStyle

Previous pageReturn to chapter overviewNext page

Sets the paint-style for dividers.

void VpeSetDividerStyle(

VpeHandle hDoc,

long style

)

VpeHandle hDoc

Document Handle or VPE Object Handle

long style

the style of dividers, possible values are:

Constant Name

Value

Comment

VFF_STYLE_NONE

0

no dividers

VFF_STYLE_1_4

1

1/4 height

VFF_STYLE_1_3

2

1/3 height

VFF_STYLE_1_2

3

1/2 height (default)

VFF_STYLE_2_3

4

2/3 height

VFF_STYLE_3_4

5

3/4 height

VFF_STYLE_1_1

6

full height (default for AltDivider)

Default:

VFF_STYLE_1_2, dividers are drawn at ½ height of the FormField's height

 

See Also:

"FormFields" in the Programmer's Manual