_OlkContactPhoto.MouseIcon Property
Returns or sets a custom picture to the mouse cursor for this control. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Property MouseIcon As StdPicture
Get
Set
'Usage
Dim instance As _OlkContactPhoto
Dim value As StdPicture
value = instance.MouseIcon
instance.MouseIcon = value
StdPicture MouseIcon { get; set; }
Property Value
Type: StdPicture
Remarks
The custom picture is of the Microsoft Windows type StdPicture. The default value is Nothing (a null reference (Nothing in Visual Basic) in C#).