ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ImGearThumbnailList class / enabled Property

In This Topic
    enabled Property
    In This Topic
    Indicates if the ImGearThumbnailList control is in an active state.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function get_enabled() : Boolean
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfImGearThumbnailList.get_enabled();
    Remarks

    This is a read-only property. The value will be set to 'true when the control is initialized. It will have a value of 'false', when the control is disposed. A value of true indicates that the ImGearThumbnailList control is an active state. All operations are allowed when in active state.

    See Also