ArcFM Responder Mobile 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
)
public procedure LoadDialog( 
    sTitle: System.String;
    hwndParent: System.Integer;
    eMsgLogOption: mmMessageLogOption
); virtual; 
public function LoadDialog( 
   sTitle : System.String,
   hwndParent : System.int,
   eMsgLogOption : mmMessageLogOption
);
public: virtual void LoadDialog( 
   System.string* sTitle,
   System.int hwndParent,
   mmMessageLogOption eMsgLogOption
) 
public:
virtual void LoadDialog( 
   System.String^ sTitle,
   System.int hwndParent,
   mmMessageLogOption eMsgLogOption
) 

Parameters

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

Reference

MMProgressDialogClass Class
MMProgressDialogClass Members

Send Feedback