HttpCapabilitiesBase::InputType Property

 

Returns the type of input supported by browser.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

public:
property String^ InputType {
	virtual String^ get();
}

Property Value

Type: System::String^

The type of input supported by browser. The default is telephoneKeypad.

Possible return values include:

  • virtualKeyboard

  • telephoneKeypad

  • keyboard

The following code example shows how to determine the type of input support.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: