Input scope of the text entry surface.
public:
property String^ InputScope {
String^ get ();
void set (String^ value);
}
Type: String
Returns a String containing the input scope of the text entry surface.
InputScope is used to indicate what type of text is being entered and acts as a hint the SmartGlass client can use to determine the type of keyboard to display. For example, it can be used to indicate the text is an address, phone number, email, URL, or plain text.
Note Currently this property is not honored by SmartGlass clients and should not be used.
Namespace: Windows.Xbox.SmartGlass
Metadata: windows.winmd
SmartGlassTextEntrySurface Class