FormStringControl.setSelection(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void setSelection(int _charIndexFrom, int _charIndexTo);
public virtual void setSelection (int _charIndexFrom, int _charIndexTo);
abstract member setSelection : int * int -> unit
override this.setSelection : int * int -> unit
Public Overridable Sub setSelection (_charIndexFrom As Integer, _charIndexTo As Integer)
Parameters
- _charIndexFrom
- Int32
- _charIndexTo
- Int32