ArcFM Responder Mobile Developer Guide
SetTitle Method (IMMProgressDialog)






Syntax
'Declaration
 
Sub SetTitle( _
   ByVal strTitle As System.String _
) 
'Usage
 
Dim instance As IMMProgressDialog
Dim strTitle As System.String
 
instance.SetTitle(strTitle)
void SetTitle( 
   System.string strTitle
)
procedure SetTitle( 
    strTitle: System.String
); 
function SetTitle( 
   strTitle : System.String
);
void SetTitle( 
   System.string* strTitle
) 
void SetTitle( 
   System.String^ strTitle
) 

Parameters

strTitle
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

IMMProgressDialog Interface
IMMProgressDialog Members

Send Feedback