DisabledPicture Property | ||
Applies to: HotButton
control, DirectionalButton
control See also: HotPicture Property, Picture Property, MaskColor Property, Property Index The DisabledPicture property is the picture that will be drawn in the control, when the control is disabled. Read/write at both design-time and run-time. Type: Picture Remarks: The DisabledPicture property is automatically set to a modified version of the HotPicture, whenever the HotPicture property is set. 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.
|