Uiinfrastructure API Docs  
 

AFormDP.GetFormTitle Method 

This is a helper method that all classes that inherit from AFormDP need to implement. The method should return the title that should be displayed in the window TITLE element as well as on the form header bar, if displayed. The String returned by this method needs to already be HTML Encoded for safe display.

public abstract string GetFormTitle();

Return Value

String the HTML Encoded title for the form header

See Also

AFormDP Class | com.plumtree.uiinfrastructure.form Namespace