OlkListBox.MouseIcon Property

Outlook Developer Reference

Returns or sets a custom picture to the mouse cursor for this control. Read/write.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.MouseIcon

expression   A variable that represents an OlkListBox object.

Remarks

The custom picture is of the Microsoft Windows type StdPicture. The default value is Null (Nothing in Visual Basic).

See Also