'Declaration Public Sub SetTextCaretInTextSpace( _
ByVal pointThe point in text region space.As System.Windows.Point, _
ByVal changeSelectionStartA value indicating whether the start symbol of text selection must be changed to the symbol under text caret.As Boolean _
)
public void SetTextCaretInTextSpace(
System.Windows.Point point,
bool changeSelectionStart
)
public: void SetTextCaretInTextSpace(
System.Windows.Point point,
bool changeSelectionStart
)
public:
void SetTextCaretInTextSpace(
System.Windows.Point point,
bool changeSelectionStart
)
Parameters
- point
- The point in text region space.
- changeSelectionStart
- A value indicating whether the start symbol of text selection must be changed to the symbol under text caret.