Intersoft ClientUI Documentation
Unselect(Int32,Boolean) Method
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXMultipleSelectionComboBox Class > Unselect Method : Unselect(Int32,Boolean) Method






index
Index.
multipleSelection
Is multiple selection.
Unselects item at specified index.

Syntax

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

Parameters

index
Index.
multipleSelection
Is multiple selection.

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.