'Declaration Public Overridable Sub SetSelection( _
ByVal selectionStartThe selection start.As System.Int32, _
ByVal selectionLengthLength of the selection.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
- The selection start.
- selectionLength
- Length of the selection.