Label.MouseIcon

Syntax

Label.MouseIcon

Data Type

Picture

Purpose

Specifies a custom mouse icon for the control.

Remarks

The control displays the specified picture as the cursor when the value of the Label.MousePointer property is MousePointer_Custom . When you set this property to NULL , the value of the Label.MousePointer property changes to MousePointer_Default .

Note Icons are the only types of pictures supported.

See Also

Label.MousePointer