SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Returns the starting and ending positions of the current selection in the edit control portion.
VB.NET | object.GetSelection(ByRef iStart As Integer, ByRef iEnd As Integer) |
VB | object.GetSelection(iStart As Long, iEnd As Long) |
C#.NET | void object.GetSelection(out int iStart, out int iEnd); |
VC++ | HRESULT object->GetSelection(long* iStart, long* iEnd); |
C | HRESULT object->raw_GetSelection(long* iStart, long* iEnd); |
object
iStart
Returns the zero-based index of the first character where the selection starts.
iEnd
Returns the zero-based index of the last character before which the selection ends.
The GetSelection method returns the starting and ending positions of the current selection in the edit control portion.
The Edit.GetSelectionV method is used with Internet Explorer/VBScript.
The text of the current selection in the edit control portion can be retrieved using the Edit.SelText property.
See Also SftBoxEdit Object | Object Hierarchy