Uiinfrastructure API Docs  
 

PTListItem.SetAlwaysDrawItemTypeCell Method 

Call this method to force this item to draw the HTMLTableCell in which the item type image is nested whether the item type image is set or not. By default, this cell is not drawn, but if you wish for some items in a table to contain this image while others do not, then this HTMLTableCell should always be drawn.

public virtual void SetAlwaysDrawItemTypeCell(
   bool b
);

Parameters

b
boolean

See Also

PTListItem Class | com.plumtree.xpshared.htmlconstructs Namespace