Miner.Responder.Shared Namespace > UserInputManager Class : CreateUserControl Method |
'Declaration
Protected MustOverride Function CreateUserControl( _ ByVal typeName As System.String _ ) As IUserInput
'Usage
Dim instance As UserInputManager Dim typeName As System.String Dim value As IUserInput value = instance.CreateUserControl(typeName)
protected abstract IUserInput CreateUserControl( System.string typeName )
protected function CreateUserControl( typeName: System.String ): IUserInput; abstract;
protected __abstract function CreateUserControl( typeName : System.String ) : IUserInput;
protected: abstract IUserInput* CreateUserControl( System.string* typeName )
protected: abstract IUserInput^ CreateUserControl( System.String^ typeName )
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