Version

Enabled Property (AjaxIndicator)

Gets sets option to enable or disable indicator.
Syntax
'Declaration
 
Public Property Enabled As DefaultableBoolean
public DefaultableBoolean Enabled {get; set;}
Remarks

Default value of that property for local indicator is NotSet and default value of that property for shared indicator is True.

If value is NotSet, then corresponding property of shared indicator is used. If both shared and local properties are NotSet, then indicator is disabled.

That property does not affect BlockType.

That property does not affect BlockType.

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