RichTextBox for WinRT
Focus Method (C1RichTextBox)


Attempts to set the focus on the control.
Syntax
'Declaration
 
Public Shadows Function Focus( _
   ByVal value As Windows.UI.Xaml.FocusState _
) As System.Boolean
'Usage
 
Dim instance As C1RichTextBox
Dim value As Windows.UI.Xaml.FocusState
Dim value As System.Boolean
 
value = instance.Focus(value)
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1RichTextBox Class
C1RichTextBox Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback