MouseIcon Property [Outlook 2003 Forms Help]
Assigns a custom icon to an object.
Syntax
object.MouseIcon = LoadPicture(pathname)
The MouseIcon property syntax has these parts:
Part | Description |
---|---|
object | Required. A valid object. |
pathname | Required. A string expression specifying the path and filename of the file containing the custom icon. |
Remarks
The MouseIcon property is valid when the MousePointer property is set to 99. The mouse icon of an object is the image that appears when the user moves the mouse across that object.
To assign an image for the mouse pointer, you can either assign a picture to the MouseIcon property or load a picture from a file using the LoadPicture function.
Applies to | CheckBox control | ComboBox control | CommandButton control | Frame control | Image control | Label control | ListBox control | OptionButton control | ScrollBar control | SpinButton control | TabStrip control | TextBox control | ToggleButton control