HotPicture Property | ||
Applies to: HotButton
control, DirectionalButton
control See also: Picture Property, DisabledPicture Property, MaskColor Property, Property Index The HotPicture property is the picture that will be drawn in the control, when the control is enabled, and the mouse pointer is over the control. Read/write at both design-time and run-time. Type: Picture Remarks: Setting the HotPicture property will automatically update the Picture and Disabled picture properties with a modified version of the HotPicture property. If you want to design your own combination of Picture/DisabledPicture/HotPicture, set the HotPicture property first and the Picture and DisabledPicture properties second, so that your Picture and DisabledPicture properties overwrite the automatically generated Picture and DisabledPicture properties. Example:
|