ArcFM Responder Mobile Developer Guide
ValidateUserInputControl Method






Syntax
'Declaration
 
Protected MustOverride Sub ValidateUserInputControl( _
   ByVal userInput As IUserInput, _
   ByVal typeName As System.String _
) 
'Usage
 
Dim instance As UserInputManager
Dim userInput As IUserInput
Dim typeName As System.String
 
instance.ValidateUserInputControl(userInput, typeName)
protected abstract void ValidateUserInputControl( 
   IUserInput userInput,
   System.string typeName
)
protected procedure ValidateUserInputControl( 
    userInput: IUserInput;
    typeName: System.String
); abstract; 
protected __abstract function ValidateUserInputControl( 
   userInput : IUserInput,
   typeName : System.String
);
protected: abstract void ValidateUserInputControl( 
   IUserInput* userInput,
   System.string* typeName
) 
protected:
abstract void ValidateUserInputControl( 
   IUserInput^ userInput,
   System.String^ typeName
) 

Parameters

userInput
typeName
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