Share via


_OlkTimeZoneControl.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
Property MousePointer As OlMousePointer
    Get
    Set
'Usage
Dim instance As _OlkTimeZoneControl
Dim value As OlMousePointer

value = instance.MousePointer

instance.MousePointer = value
OlMousePointer MousePointer { get; set; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlMousePointer

Remarks

The default value is olMousePointerDefault.

See Also

Reference

_OlkTimeZoneControl Interface

_OlkTimeZoneControl Members

Microsoft.Office.Interop.Outlook Namespace