VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / TextSelectionTool Class / SetFocusedTextSymbol(TextRegionSymbol,Boolean,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
SetFocusedTextSymbol(TextRegionSymbol,Boolean,Boolean) Method (TextSelectionTool)
In This Topic
Sets the focused text symbol.
Syntax
'Declaration

Public Sub SetFocusedTextSymbol( _
ByVal symbol
The text symbol.
As Vintasoft.Imaging.Text.TextRegionSymbol, _
ByVal isCaretBeforeSymbol
A value indicating whether text caret is located before symbol.
As Boolean, _
ByVal changeSelectionStartSymbol
A value indicating whether the selection start symbol must be changed.
As Boolean _
)

Parameters

symbol
The text symbol.
isCaretBeforeSymbol
A value indicating whether text caret is located before symbol.
changeSelectionStartSymbol
A value indicating whether the selection start symbol must be changed.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also