ArcFM Responder Mobile Developer Guide
ShowStatusMessage Method






Shows the status message window. Will display the first message in the message list (most likely the same message that was displayed when HideStatusMessage was called).
Syntax
'Declaration
 
Public Sub ShowStatusMessage() 
'Usage
 
Dim instance As StatusMessagePresentationModel
 
instance.ShowStatusMessage()
public void ShowStatusMessage()
public procedure ShowStatusMessage(); 
public function ShowStatusMessage();
public: void ShowStatusMessage(); 
public:
void ShowStatusMessage(); 
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

StatusMessagePresentationModel Class
StatusMessagePresentationModel Members

Send Feedback