ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1SlideContentControl Class / Focus Method

In This Topic
    Focus Method (C1SlideContentControl)
    In This Topic
    Syntax
    'Declaration
     
    Public Function Focus( _
       ByVal value As Windows.UI.Xaml.FocusState _
    ) As System.Boolean
    public System.bool Focus( 
       Windows.UI.Xaml.FocusState value
    )

    Parameters

    value
    See Also