VLPropertyList Reference

Read/Write PropertyGrid

See Also See Also Applies To Applies To

Returns or sets grid line style of VLPropertyList.

 

Syntax

object.Grid[=value]

 

The Grid property syntax has these parts:

PartDescription
object An object expression that evaluates to VLPropertyList.
Value An integer specifying the grid line style of the objects in Applies to list, as described in Settings.

 

Settings

The settings for value are:

Constant Setting Description
ConstantvlGridNone 0 No grid is shown for the properties.
ConstantvlGridSolid 1 Show grid with solid lines.
ConstantvlGridDotted 2 (default) Show grid with dotted lines.
ConstantvlHorzSolid 3 Show horizontal soild lines.
ConstantvlHorzDotted 4 Show horizontal dotted lines.
ConstantvlVertSolid 5 Show vertical soild lines.
ConstantvlVertDotted 6 Show vertical dotted lines.