Uiinfrastructure API Docs  
 

HTMLAnchor.SetTabIndex Method 

Call this method to set the value of the tabindex attribute.

public virtual void SetTabIndex(
   string s
);

Parameters

s
Pass the String value.

Implements

TabableHTMLElement.SetTabIndex

See Also

HTMLAnchor Class | com.plumtree.xpshared.htmlelements Namespace