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






index
Index.
Unselect the item at specified index.

Syntax

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

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.