Intersoft ClientUI Documentation
Select(Int32) Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ISSelectionControl Class > Select Method : Select(Int32) Method






index
Index.
Select the item on specified index.

Syntax

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

Parameters

index
Index.

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.