ArcFM Responder Mobile Developer Guide
ClearUserInputs Method (UserInputManager)






Should set all controls to their default values (similiar to clearing the Cached Values)
Syntax
'Declaration
 
Public Overridable Sub ClearUserInputs() 
'Usage
 
Dim instance As UserInputManager
 
instance.ClearUserInputs()
public virtual void ClearUserInputs()
public procedure ClearUserInputs(); virtual; 
public function ClearUserInputs();
public: virtual void ClearUserInputs(); 
public:
virtual void ClearUserInputs(); 
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

UserInputManager Class
UserInputManager Members

Send Feedback