ArcFM Desktop Developer Guide
FormatMainWindowText Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The parameter to use in building the title text.
Formats and sets the main window title text.
Syntax
'Declaration
 
Public Sub FormatMainWindowText( _
   ByVal title As String _
) 
'Usage
 
Dim instance As MainWindow
Dim title As String
 
instance.FormatMainWindowText(title)
public void FormatMainWindowText( 
   string title
)

Parameters

title
The parameter to use in building the title text.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MainWindow Class
MainWindow Members

 

 


Send Comment