System.Web.UI.WebControls Namespace ListControl Class
Clears out the list selection and sets the Selected property of all items to false.
NOTE: This member is used internally by the .NET infrastructure and is not intended to be called directly from your code.
[ VB ]
Overridable Public Sub ClearSelection ( )
[ C# ]
public virtual void ClearSelection ( );
[ C++ ]
public: virtual void ClearSelection ( );
[ JScript ]
public function ClearSelection ( );
ListControl Members