ImageGear .NET v25.2 - Updated
ImageGear.Web Assembly / ImageGear.Web.UI Namespace / ThumbnailView Class / Selected Property




In This Topic
    Selected Property (ThumbnailView)
    In This Topic
    Gets or sets a value indicating whether this thumbnail is required to be displayed in the asosciated PageView window. If it is set to true, the image in the thumbnail is visible in the associated PageView window.
    Syntax
    'Declaration
     
    <CategoryAttribute("ThumbnailView Properties")>
    <BrowsableAttribute(True)>
    <DefaultValueAttribute(False)>
    <DescriptionAttribute(" Gets or sets a value indicating whether this thumbnail is required to be displayed in the asosciated PageView window.")>
    Public Property Selected As Boolean
    'Usage
     
    Dim instance As ThumbnailView
    Dim value As Boolean
     
    instance.Selected = value
     
    value = instance.Selected
    [Category("ThumbnailView Properties")]
    [Browsable(true)]
    [DefaultValue(false)]
    [Description(" Gets or sets a value indicating whether this thumbnail is required to be displayed in the asosciated PageView window.")]
    public bool Selected {get; set;}
    [Category("ThumbnailView Properties")]
    [Browsable(true)]
    [DefaultValue(false)]
    [Description(" Gets or sets a value indicating whether this thumbnail is required to be displayed in the asosciated PageView window.")]
    public: __property bool get_Selected();
    public: __property void set_Selected( 
       bool value
    );
    [Category("ThumbnailView Properties")]
    [Browsable(true)]
    [DefaultValue(false)]
    [Description(" Gets or sets a value indicating whether this thumbnail is required to be displayed in the asosciated PageView window.")]
    public:
    property bool Selected {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value
    Remarks
    Boolean value

    The default value is false

    See Also