ArcFM Solution Developer Guide
LoadDialog Method (MMProgressDialogClass)


Syntax
'Declaration
 
Public Overridable Sub LoadDialog( _
   ByVal sTitle As System.String, _
   ByVal hwndParent As System.Integer, _
   ByVal eMsgLogOption As mmMessageLogOption _
) 
'Usage
 
Dim instance As MMProgressDialogClass
Dim sTitle As System.String
Dim hwndParent As System.Integer
Dim eMsgLogOption As mmMessageLogOption
 
instance.LoadDialog(sTitle, hwndParent, eMsgLogOption)
public virtual void LoadDialog( 
   System.string sTitle,
   System.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

MMProgressDialogClass Class
MMProgressDialogClass Members

 

 


Send Comment