Intersoft ClientUI Documentation
SelectRange Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ISHierarchicalMultipleSelectionControl Class : SelectRange Method






start
end
Select the item from the specified range.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub SelectRange( _
   ByVal start As Integer, _
   ByVal end As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As ISHierarchicalMultipleSelectionControl
Dim start As Integer
Dim end As Integer
 
instance.SelectRange(start, end)
C# 
public virtual void SelectRange( 
   int start,
   int end
)
Delphi 
public procedure SelectRange( 
    start: Integer;
    end: Integer
); virtual; 
JScript 
public function SelectRange( 
   start : int,
   end : int
);
Managed Extensions for C++ 
public: virtual void SelectRange( 
   int start,
   int end
) 
C++/CLI 
public:
virtual void SelectRange( 
   int start,
   int end
) 

Parameters

start
end

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.