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.GetSelectionV(ByRef iStart As Object, ByRef iEnd As Object) |
VB | object.GetSelectionV(iStart As Variant, iEnd As Variant) |
C#.NET | void object.GetSelectionV(out object iStart, out object iEnd); |
VC++ | HRESULT object->GetSelectionV(const _variant_t&* iStart, const _variant_t&* iEnd); |
C | HRESULT object->raw_GetSelectionV(VARIANT* iStart, VARIANT* 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 GetSelectionV method returns the starting and ending positions of the current selection in the edit control portion.
The 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