Intersoft ClientUI Documentation
SelectRange Method (ISHierarchicalMultipleSelectionControl)



Select the item from the specified range.
Syntax
Public Overridable Sub SelectRange( _
   ByVal start As Integer, _
   ByVal end As Integer _
) 
Dim instance As ISHierarchicalMultipleSelectionControl
Dim start As Integer
Dim end As Integer
 
instance.SelectRange(start, end)
public virtual void SelectRange( 
   int start,
   int end
)
public:
virtual void SelectRange( 
   int start,
   int end
) 

Parameters

start
end
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ISHierarchicalMultipleSelectionControl Class
ISHierarchicalMultipleSelectionControl Members

Send Feedback