Uiinfrastructure API Docs  
 

PTImageType Class

This class contains an enumeration of all images appearing in the Plumtree portal ui.

An HTMLImg object can be obtained for any one of these images from the PTConstructFactory in the following way:

HTMLImg i = (HTMLImg) PTConstructFactory.GetConstruct( PTImageType.MY_IMAGE ).GetHTMLElement();

If you wish to add an image to this class, search for the string "ADD_HERE", and you will find comments describing what to do.

For a list of all members of this type, see PTImageType Members.

System.Object
   com.plumtree.xpshared.htmlconstructs.PTConstructType
      com.plumtree.xpshared.htmlconstructs.PTImageType

public class PTImageType : PTConstructType

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.xpshared.htmlconstructs

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

PTImageType Members | com.plumtree.xpshared.htmlconstructs Namespace