Visual Basic: MSChart Control

DoSetCursor Property

See Also   Example   Applies To

Returns or sets a value that indicates whether or not the cursor can be set by a chart. The DoSetCursor property determines whether or not the application can control what the mouse pointer looks like.

Syntax

*object.*DoSetCursor [ = boolean]

The DoSetCursor property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
boolean A Boolean expression that specifies whether custom text is used, as described in Settings.

Settings

The settings for boolean are:

Setting Description
True (Default) The application can control the mouse pointer appearance.
False The application cannot control the mouse pointer appearance.