Spread Windows Forms 12.0 Product Documentation
SelectionStart Property (DropDownEditor)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownEditor Class : SelectionStart Property
Gets or sets the starting point of text selected in the drop-down window.
Syntax
'Declaration
 
Public Property SelectionStart As Integer
'Usage
 
Dim instance As DropDownEditor
Dim value As Integer
 
instance.SelectionStart = value
 
value = instance.SelectionStart
public int SelectionStart {get; set;}

Property Value

The starting position of the selected text.
See Also

Reference

DropDownEditor Class
DropDownEditor Members