ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / IImGearThumbnailItem Interface / Selected Property




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

    Property Value

    Boolean value.
    See Also