ComponentOne Basic Library for UWP
InputScope Property (C1NumericBox)

C1.UWP Assembly > C1.Xaml Namespace > C1NumericBox Class : InputScope Property
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

Reference

C1NumericBox Class
C1NumericBox Members