ArcFM Desktop Developer Guide
Setup Method (UserMessage)


Syntax
'Declaration
 
Public Shared Sub Setup( _
   ByVal productName As String, _
   ByVal messageTitle As String, _
   ByVal confirmTitle As String, _
   ByVal warningTitle As String, _
   ByVal errorTitle As String, _
   ByVal errorPrefix As String _
) 
'Usage
 
Dim productName As String
Dim messageTitle As String
Dim confirmTitle As String
Dim warningTitle As String
Dim errorTitle As String
Dim errorPrefix As String
 
UserMessage.Setup(productName, messageTitle, confirmTitle, warningTitle, errorTitle, errorPrefix)
public static void Setup( 
   string productName,
   string messageTitle,
   string confirmTitle,
   string warningTitle,
   string errorTitle,
   string errorPrefix
)

Parameters

productName
messageTitle
confirmTitle
warningTitle
errorTitle
errorPrefix
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

UserMessage Class
UserMessage Members

 

 


Send Comment