Tells you whether or not the item at the supplied index is selected or not.
[Visual Basic] Public Function GetSelected( _ ByVal index As Integer _ ) As Boolean [C#] public bool GetSelected( int index ); [C++] public: bool GetSelected( int index ); [JScript] public function GetSelected( index : int ) : Boolean;
a boolean indicating whether it is [true] or not [false].