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 position of the selection during cell editing.
Deprecated - Provided for compatibility with earlier versions only - See Cell Editing - This method continues to be used with Internet Explorer as it does not support the new cell editing mechanisms introduced with SftTree/OCX 5.0.
VB.NET | object.GetCellEditSelection(ByRef iStart As Integer, ByRef iEnd As Integer) |
VB | object.GetCellEditSelection(iStart As Long, iEnd As Long) |
C#.NET | void object.GetCellEditSelection(out int iStart, out int iEnd); |
VC++ | HRESULT object->GetCellEditSelection(long* iStart, long* iEnd); |
C | HRESULT object->raw_GetCellEditSelection(long* iStart, long* iEnd); |
object
iStart
Returns the zero-based starting position of the first selected character of the edit control used for cell editing. -1 is returned if cell editing is not active or if it has not been started using StartEdit, StartCombo or StartComboEdit.
iEnd
Returns the zero-based ending position, i.e. the position of the first character that is not selected. -1 is returned if cell editing is not active or if it has not been started using StartEdit, StartCombo or StartComboEdit.
Deprecated - Provided for compatibility with earlier versions only - See Cell Editing - This method continues to be used with Internet Explorer as it does not support the new cell editing mechanisms introduced with SftTree/OCX 5.0.
The GetCellEditSelection method returns the position of the selection during cell editing.
The GetCellEditSelection method is only available if cell editing has been started using StartEdit, StartCombo or StartComboEdit and cannot be used if cell editing has been initiated using Cell.Edit.
Use SetCellEditSelection to update the position of the current selection.
See Also SftTree Object | Object Hierarchy