SelectionStart Property (FpCombo)
In This Topic
Gets or sets the starting point of selected characters or the position of the insertion point if no characters are selected.
Syntax
'Declaration
Public Overridable Property SelectionStart As Integer
'Usage
Dim instance As FpCombo
Dim value As Integer
instance.SelectionStart = value
value = instance.SelectionStart
public virtual int SelectionStart {get; set;}
See Also