Write / Read
About Display Items

GridLineType Property


Description

Set and return whether the grid lines are displayed in solid or dotted lines for all open windows. Grid lines are returned to solid when the PNA is Preset.

VB Syntax

app.GridLineType = value

Variable

(Type) - Description

app

A Application Object (object)

value

(Enum as naLineType) - Choose from:

0 - naLineTypeSolid

1 - naLineTypeDotted

Return Type

Enum

Default

naLineTypeSolid

Examples

app.GridLineType = naLineTypeSolid 'Write
grid = app.GridLineType 'Read

C++ Syntax

HRESULT get_GridLineType(tag naLineType* pVal);

HRESULT put_GridLineType(tag naLineType newVal);

Interface

IApplication


Last Modified:

16-Mar-2010

MX New topic