Attempts to set the focus on the control.

Namespace:  C1.Silverlight.RichTextBox
Assembly:  C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)

Syntax

C#
public bool Focus()
Visual Basic
Public Function Focus As Boolean

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