In This Topic

Selected Property (ThumbnailEx.ItemSelectionChangedEventArgs)

In This Topic
True is the thumbnail is selected, False otherwise.
Syntax
'Declaration
 
Public ReadOnly Property Selected As Boolean
public bool Selected {get;}
public read-only property Selected: Boolean; 
public function get Selected : boolean
public: __property bool get_Selected();
public:
property bool Selected {
   bool get();
}
See Also