KeyboardOptions.InputScope Property

Specifies the required keys on the default keyboard page.

Syntax

public:
property VirtualKeyboardInputScope InputScope {
         VirtualKeyboardInputScope get ();
         void set (VirtualKeyboardInputScope value);
}  

Property value

Type: VirtualKeyboardInputScope 

Specifies the required keys on the default page.

Remarks

InputScope does not restrict the visibility or input to just the specified keys. For example, “Number” and “TelephoneNumber” do not restrict the keyboard to numbers. They only ensure that the required number keys are available on the default keyboard page.

Requirements

Namespace: Windows.Xbox.UI

Metadata: windows.winmd

See also

Reference

KeyboardOptions Class

KeyboardOptions Members

Windows.Xbox.UI Namespace