AVEVA CAF API Documenation

The form key.
GetFormTitle Method (WindowManager)
Retrieve a title for the form with the given key - returns and empty string if no title present.
Syntax
public abstract string GetFormTitle( 
   string key
)
public:
abstract String^ GetFormTitle( 
   String^ key
) 

Parameters

key
The form key.

Return Value

The form title.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also