Describes the possible return values of the Clicked method.
[Serializable]
public sealed enum CursorClicked : Enum , IComparable, IFormattable
, IConvertible

Public Members

MemberDescription
NoneThe Cursor is not on a cursortool.
HorizontalThe Cursor is on the horizontal line of the cursortool.
VerticalThe Cursor is on the vertical line of the cursortool.
BothThe Cursor on the horizontal and vertical line of the cursortool.

See Also

Steema.TeeChart.Tools Namespace