OlkListBox.MousePointer Property

Outlook Developer Reference

Returns or sets an OlMousePointer constant that specifies the type of pointer displayed when the user positions the mouse over the control. Read/write.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.MousePointer

expression   A variable that represents an OlkListBox object.

Remarks

The default value is olMousePointerDefault.

See Also