'Declaration Public Sub SetTextCaretInTextSpace( _
ByVal pointThe point in text region space.As System.Drawing.PointF, _
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.Drawing.PointF point,
bool changeSelectionStart
)
public: void SetTextCaretInTextSpace(
System.Drawing.PointF point,
bool changeSelectionStart
)
public:
void SetTextCaretInTextSpace(
System.Drawing.PointF 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.