'Declaration Public Overridable Sub SetSelection( _
ByVal selectionStartНачало выделения.As System.Int32, _
ByVal selectionLengthДлина выделения.As System.Int32 _
)
public virtual void SetSelection(
System.Int32 selectionStart,
System.Int32 selectionLength
)
public: virtual void SetSelection(
System.Int32 selectionStart,
System.Int32 selectionLength
)
public:
virtual void SetSelection(
System.Int32 selectionStart,
System.Int32 selectionLength
)
Parameters
- selectionStart
 - Начало выделения.
 - selectionLength
 - Длина выделения.