Visit Gigasoft's Web Site
 ProEssentials v9 Help

CursorPromptStyle

Scope

Pego, Pesgo, Pepso

Type

Int32

Default

PECPS_NONE

.NET

PeUserInterface.Cursor.PromptStyle

Ocx|Vcl

CursorPromptStyle

DLL

PEP_nCURSORPROMPTSTYLE

 

Purpose

This property controls the content of the cursor's prompt string.

 

The following constants apply to this property:

 

.NET Gigasoft.Enums.

ActiveX and

 

CursorPromptStyle.

DLL Constants

Description

None

PECPS_NONE(0)

Disable cursor prompting.

XValue

PECPS_XVALUE(1)

Prompts the user with the x axis value of the cursor.

YValue

PECPS_YVALUE(2)

Prompts the user with the y axis value of the cursor.

XYValues

PECPS_XYVALUES(3)

Prompts the user with the x axis and y axis values of the cursor.

XYZValues

PECPS_XYZVALUES(4)

Prompts the user with the x, y, and z axis values of the cursor.

 

Graph VCL Enumerations

eCursorPromptStyle = (gNoPrompt, gXValue, gYValue, gXandYValue);

 

Scientific Graph VCL Enumerations

eCursorPromptStyle = (sgNoPrompt, sgXValue, sgYValue, sgXandYValue);

 

Polar/Smith Graph VCL Enumerations

eCursorPromptStyle = (psNoPrompt, psDegreeVal, psMagnitudeVal, psDegreeAndMagnitudeVal);

 

Comments

PeUserInterface.Cursor.PromptStyle members of Pego.PeUserInterface.Cursor, Pesgo.PeUserInterface.Cursor, Pepso.PeUserInterface.Cursor

 

This property is only meaningful if CursorMode is not equal to PECM_NONE or CursorPromptTracking is equal to TRUE.