ArcFM Responder Mobile Developer Guide
SetTitle Method (MMProgressDialogClass)






Syntax
'Declaration
 
Public Overridable Sub SetTitle( _
   ByVal strTitle As System.String _
) 
'Usage
 
Dim instance As MMProgressDialogClass
Dim strTitle As System.String
 
instance.SetTitle(strTitle)
public virtual void SetTitle( 
   System.string strTitle
)
public procedure SetTitle( 
    strTitle: System.String
); virtual; 
public function SetTitle( 
   strTitle : System.String
);
public: virtual void SetTitle( 
   System.string* strTitle
) 
public:
virtual 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

MMProgressDialogClass Class
MMProgressDialogClass Members

Send Feedback