ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTHistory Class / IsEnabled Property




In This Topic
    IsEnabled Property (ImGearARTHistory)
    In This Topic
    Gets or sets a value indicating whether the history functionality is enabled.
    Syntax
    'Declaration
     
    Public Property IsEnabled As Boolean
    'Usage
     
    Dim instance As ImGearARTHistory
    Dim value As Boolean
     
    instance.IsEnabled = value
     
    value = instance.IsEnabled
    public bool IsEnabled {get; set;}
    public: __property bool get_IsEnabled();
    public: __property void set_IsEnabled( 
       bool value
    );
    public:
    property bool IsEnabled {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    See Also