SmartGlassTextEntrySurface.InputScope Property

Input scope of the text entry surface.

Syntax

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

Property value

Type: String 

 Returns a String containing the input scope of the text entry surface.

Remarks

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.

Requirements

Namespace: Windows.Xbox.SmartGlass

Metadata: windows.winmd

See also

Reference

SmartGlassTextEntrySurface Class

SmartGlassTextEntrySurface Members

Windows.Xbox.SmartGlass Namespace