ComponentOne RichTextBox for WPF and Silverlight
Focus Method (C1RichTextBox)

C1.WPF.RichTextBox Namespace > C1RichTextBox Class : Focus Method
Attempts to set the focus on the control.
Syntax
'Declaration
 
Public Shadows Function Focus() As System.Boolean
public new System.bool Focus()

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