Uiinfrastructure API Docs  
 

HTMLElement.SetDisabled Method 

Call this method to toggle the "disabled" attribute for this element.

public virtual void SetDisabled(
   bool b
);

Parameters

b

See Also

HTMLElement Class | com.plumtree.xpshared.htmlelements Namespace