ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / ImGearThumbnailItem Class / Selected Property




In This Topic
    Selected Property (ImGearThumbnailItem)
    In This Topic
    Gets or sets a value indicating whether item is selected.
    Syntax
    'Declaration
     
    Public Property Selected As Boolean
    'Usage
     
    Dim instance As ImGearThumbnailItem
    Dim value As Boolean
     
    instance.Selected = value
     
    value = instance.Selected
    public bool Selected {get; set;}
    public: __property bool get_Selected();
    public: __property void set_Selected( 
       bool value
    );
    public:
    property bool Selected {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    Remarks
    Default value is false.
    See Also