Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns or sets an OlMousePointer constant that specifies the type of pointer displayed when the user positions the mouse over the control. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property MousePointer As OlMousePointer
Get
Set
'Usage
Dim instance As _OlkListBox
Dim value As OlMousePointer
value = instance.MousePointer
instance.MousePointer = value
[DispIdAttribute()]
OlMousePointer MousePointer { get; set; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlMousePointer
Remarks
The default value is olMousePointerDefault.