Version

DisabledImage Property (ScrollButton)

The name of the url that contains the image used for a button in the disabled state.
Syntax
'Declaration
 
Public Property DisabledImage As String
public string DisabledImage {get; set;}
Remarks

Notes:

  • If the Image property is not set to an image, then this property has no effect.
  • If that property is not set, then the Image property is used.

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