ArcFM Responder Mobile Developer Guide
ClearUserInput Method (IUserInputManager)






Syntax
'Declaration
 
Sub ClearUserInput( _
   ByVal userInput As IUserInput _
) 
'Usage
 
Dim instance As IUserInputManager
Dim userInput As IUserInput
 
instance.ClearUserInput(userInput)
void ClearUserInput( 
   IUserInput userInput
)
procedure ClearUserInput( 
    userInput: IUserInput
); 
function ClearUserInput( 
   userInput : IUserInput
);
void ClearUserInput( 
   IUserInput* userInput
) 
void ClearUserInput( 
   IUserInput^ userInput
) 

Parameters

userInput
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

IUserInputManager Interface
IUserInputManager Members

Send Feedback