Intersoft ClientUI Documentation
ClearSelection(Object) Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ISHierarchicalMultipleSelectionControl Class > ClearSelection Method : ClearSelection(Object) Method






except
Except specified object.
Clear current selection.

Syntax

Visual Basic (Declaration) 
Protected Overloads Overrides Sub ClearSelection( _
   ByVal except As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As ISHierarchicalMultipleSelectionControl
Dim except As Object
 
instance.ClearSelection(except)
C# 
protected override void ClearSelection( 
   object except
)
Delphi 
protected procedure ClearSelection( 
    except: TObject
); override; 
JScript 
protected override function ClearSelection( 
   except : Object
);
Managed Extensions for C++ 
protected: void ClearSelection( 
   Object* except
) override 
C++/CLI 
protected:
void ClearSelection( 
   Object^ except
) override 

Parameters

except
Except specified object.

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.