Share via


_OlkContactPhoto.MouseIcon Property

Returns or sets a StdPicture that represents the 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
<DispIdAttribute()> _
Property MouseIcon As StdPicture
    Get
    Set
'Usage
Dim instance As _OlkContactPhoto
Dim value As StdPicture

value = instance.MouseIcon

instance.MouseIcon = value
[DispIdAttribute()]
StdPicture MouseIcon { get; set; }

Property Value

Type: StdPicture

Remarks

The default value is Nothing (a null reference (Nothing in Visual Basic) in C#).

See Also

Reference

_OlkContactPhoto Interface

_OlkContactPhoto Members

Microsoft.Office.Interop.Outlook Namespace