ENCX SDK  5.5.0.370
Public Member Functions | Properties | List of all members
IGridPen Interface Reference

Properties and methods for ENCX::GridPen. More...

import"encxcom.idl";

Inheritance diagram for IGridPen:
Inheritance graph
[legend]

Public Member Functions

HRESULT Copy ([out, retval] IGridPen **pVal)
 Get an identical copy of this object. Like the Clone() method but type safe. More...
 

Properties

DWORD Colour [get, set]
 Grid line colour. More...
 
FLOAT Width [get, set]
 Width of grid line. More...
 
PenStyle Style [get, set]
 Pen style of grid line. More...
 
VARIANT_BOOL Show [get, set]
 Show or hide the grid line. More...
 

Detailed Description

Properties and methods for ENCX::GridPen.

Definition at line 3209 of file encxcom.idl.

Member Function Documentation

◆ Copy()

HRESULT IGridPen::Copy ( [out, retval] IGridPen **  pVal)

Get an identical copy of this object. Like the Clone() method but type safe.

Property Documentation

◆ Colour

DWORD IGridPen::Colour
getset

Grid line colour.

◆ Show

VARIANT_BOOL IGridPen::Show
getset

Show or hide the grid line.

◆ Style

PenStyle IGridPen::Style
getset

Pen style of grid line.

◆ Width

FLOAT IGridPen::Width
getset

Width of grid line.