CADability dotNET
Retursn a preferred position for the InfoPopup (tooltip) relative to the cursor position. If 0 is returned, the InfoPopup will find a default position. A positive value is the number of pixels below the cursor position, a negative value above the cursor position.

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
int GetVerticalPosition(
	int Index
)
Visual Basic
Function GetVerticalPosition ( _
	Index As Integer _
) As Integer
Visual C++
int GetVerticalPosition(
	int Index
)

Parameters

Index
Type: System..::..Int32

Return Value

See Also