InputImageElement.disabled Property

SharePoint Designer Developer Reference

Sets or returns a Boolean that represents the value of the disabled attribute of an input image element. True indicates that the element is enabled.

Syntax

expression.disabled

expression   Required. A variable that represents an InputImageElement object.

See Also