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




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

    Property Value

    Boolean value.
    See Also