Uiinfrastructure API Docs  
 

ConstructFactory.SetTitleOnButtonImages Method 

Call this method to set the title attribute values on the images included within a construct that is one of PTButtonType constructs.

public static void SetTitleOnButtonImages(
   PTConstruct construct,
   string sTitle
);

Parameters

construct
Pass a construct obtained with a PTButtonType
sTitle
Pass a String alt attribute value

See Also

ConstructFactory Class | com.plumtree.xpshared.htmlconstructs Namespace