ComponentOne RichTextBox for UWP
Focus Method (C1RichTextBox)

C1.Xaml.RichTextBox Namespace > C1RichTextBox Class : Focus Method
Attempts to set the focus on the control.
Syntax
'Declaration
 
Public Shadows Function Focus( _
   ByVal value As Windows.UI.Xaml.FocusState _
) As System.Boolean
public new System.bool Focus( 
   Windows.UI.Xaml.FocusState value
)

Parameters

value

Return Value

true if focus was set to the control, or focus was already on the control. false if the control is not focusable.
See Also

Reference

C1RichTextBox Class
C1RichTextBox Members