TextBox.InputScopeProperty Property

Definition

Identifies the InputScope dependency property.

public:
 static property DependencyProperty ^ InputScopeProperty { DependencyProperty ^ get(); };
static DependencyProperty InputScopeProperty();
public static DependencyProperty InputScopeProperty { get; }
var dependencyProperty = TextBox.inputScopeProperty;
Public Shared ReadOnly Property InputScopeProperty As DependencyProperty

Property Value

The identifier for the InputScope dependency property.

Applies to