Version

CanRenderDisabled Property

Determines whether the element's image will be rendered as disabled when the element is not enabled.
Syntax
'Declaration
 
Protected Overridable ReadOnly Property CanRenderDisabled As Boolean
protected virtual bool CanRenderDisabled {get;}
Remarks
By default this is true but this should be overriden in classes that either do not want images to honor the enabled property. e.g. When a class overrides the GetImageAttributes(ColorMap[]) and remaps the colors in the image to specific colors based on the enabled state.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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