HttpBrowserCapabilitiesWrapper.InputType プロパティ

定義

ブラウザーでサポートされている入力の種類を取得します。

public:
 virtual property System::String ^ InputType { System::String ^ get(); };
public override string InputType { get; }
member this.InputType : string
Public Overrides ReadOnly Property InputType As String

プロパティ値

ブラウザーでサポートされる入力の種類。 既定値は "telephoneKeypad" です。

適用対象