_OlkDateControl.MousePointer Property
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 _OlkDateControl
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.