_OlkCommandButton.MouseIcon Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets an StdPicture that represents a custom picture to the mouse cursor for this control. Read/write.
public:
property stdole::StdPicture ^ MouseIcon { stdole::StdPicture ^ get(); void set(stdole::StdPicture ^ value); };
public stdole.StdPicture MouseIcon { get; set; }
Public Property MouseIcon As StdPicture
Property Value
Remarks
The default value is Nothing (a null reference (Nothing in Visual Basic) in C#).