Miner.Responder.Shared Namespace > UserInputManager Class : AddUserInputsToParentControl Method |
'Declaration
Protected MustOverride Sub AddUserInputsToParentControl( _ ByVal parentControl As System.Object, _ ByVal userInputs() As IUserInput _ )
'Usage
Dim instance As UserInputManager Dim parentControl As System.Object Dim userInputs() As IUserInput instance.AddUserInputsToParentControl(parentControl, userInputs)
protected abstract void AddUserInputsToParentControl( System.object parentControl, IUserInput[] userInputs )
protected procedure AddUserInputsToParentControl( parentControl: System.TObject; userInputs: IUserInputarray of ); abstract;
protected __abstract function AddUserInputsToParentControl( parentControl : System.Object, userInputs : IUserInput[] );
protected: abstract void AddUserInputsToParentControl( System.Object* parentControl, IUserInput*[]* userInputs )
protected: abstract void AddUserInputsToParentControl( System.Object^ parentControl, array<IUserInput^>^ userInputs )
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