ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1NumericBox Class / InputScope Property

In This Topic
    InputScope Property (C1NumericBox)
    In This Topic
    Gets or sets the keyboard type that will appear when the user set the focus in the numeric box.
    Syntax
    'Declaration
     
    Public Property InputScope As Windows.UI.Xaml.Input.InputScope
    public Windows.UI.Xaml.Input.InputScope InputScope {get; set;}
    Remarks
    See http://msdn.microsoft.com/en-us/library/system.windows.input.inputscopenamevalue(v=vs.95).aspx for more information.
    See Also