Version

DisabledImage Property (ButtonImageUrls)

Image applied when the button has been disabled.
Syntax
'Declaration
 
Public ReadOnly Property DisabledImage As SimpleImage
public SimpleImage DisabledImage {get;}
Remarks

Using this property is preferable to using the DisabledImage property because you can set alternate text to make the button more accessible for users when Section 508 rendering is turned on.

Applications should set alternate text for a disabled button indicating functionality provided by the button is unavailable in order to best comply with Section 508 accessibility requirements.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also