VLFormDesigner Reference

Read/Write PropertyShowGrid

See Also See Also Applies To Applies To

Set or returns the value that decides if grid dots should be displayed in draw or select mode .

 

Syntax

object.ShowGrid[=boolean]

 

The ShowGrid property syntax has these parts:

Part Description
Object An object expression that evaluates to VLFormDesigner
boolean A boolean expression that specifies if grid dots should be displayed in draw and select mode.

 

Setting

The settings for boolean are:

Setting Description
True (Default) Grid dots will be displayed in draw and select mode of operation.
False Grid dots will not be displayed in draw and select mode of operation.

 

Remark

ShowGrid setting is ignored when operating in the run mode. In run mode, independent of the ShowGrid setting, the grid dots will not be drawn.