ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGridEditorFlyoutPresenter Class / SetInputScope Method
Windows.UI.Xaml.Input.InputScopeNameValue that selects the keyboard type.

In This Topic
    SetInputScope Method
    In This Topic
    Sets the type of keyboard to display.
    Syntax
    'Declaration
     
    
    Public Sub SetInputScope( _
       ByVal scopeName As InputScopeNameValue _
    ) 
    public void SetInputScope( 
       InputScopeNameValue scopeName
    )

    Parameters

    scopeName
    Windows.UI.Xaml.Input.InputScopeNameValue that selects the keyboard type.
    See Also