HighLightMouseIcon Property
Description
Returns/sets the mouse pointer when the mouse is paused over a color cell in popup window.
Usage
Set [form.][control.]HighLightMouseIcon[ = Picture ]
Data Type
Picture
Default
NULL
Remarks
This property dependences on HighLightVisible property, See also HighLightVisible property.
Sample
Set ColorPicker1.HighLightMouseIcon = LoadPicture("C:\Sample.cur") 'Load icon for the control palette popup window color box mouse pointer
Set ColorPicker1.HighLightMouseIcon = LoadPicture() 'Clear icon to the palette popup window color box mouse pointer