ArcFM Engine Developer Guide
LoadDialog Method (IMMProgressDialog)


Syntax
'Declaration
 
Sub LoadDialog( _
   ByVal sTitle As String, _
   ByVal hwndParent As Integer, _
   ByVal eMsgLogOption As mmMessageLogOption _
) 
'Usage
 
Dim instance As IMMProgressDialog
Dim sTitle As String
Dim hwndParent As Integer
Dim eMsgLogOption As mmMessageLogOption
 
instance.LoadDialog(sTitle, hwndParent, eMsgLogOption)
void LoadDialog( 
   string sTitle,
   int hwndParent,
   mmMessageLogOption eMsgLogOption
)

Parameters

sTitle
hwndParent
eMsgLogOption
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

IMMProgressDialog Interface
IMMProgressDialog Members

 

 


Send Comment