'Declaration Public Sub SetFocusedTextSymbol( _
ByVal symbolThe text symbol.As Vintasoft.Imaging.Text.TextRegionSymbol, _
ByVal isCaretBeforeSymbolA value indicating whether text caret is located before symbol.As Boolean, _
ByVal changeSelectionStartSymbolA value indicating whether the selection start symbol must be changed.As Boolean _
)
public void SetFocusedTextSymbol(
Vintasoft.Imaging.Text.TextRegionSymbol symbol,
bool isCaretBeforeSymbol,
bool changeSelectionStartSymbol
)
public: void SetFocusedTextSymbol(
Vintasoft.Imaging.Text.TextRegionSymbol* symbol,
bool isCaretBeforeSymbol,
bool changeSelectionStartSymbol
)
public:
void SetFocusedTextSymbol(
Vintasoft.Imaging.Text.TextRegionSymbol^ symbol,
bool isCaretBeforeSymbol,
bool changeSelectionStartSymbol
)
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.