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




In This Topic
    IsGroupingHistoryOn Property
    In This Topic
    Gets a value indicating whether the grouping of history actions is active.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsGroupingHistoryOn As Boolean
    'Usage
     
    Dim instance As ImGearARTHistory
    Dim value As Boolean
     
    value = instance.IsGroupingHistoryOn
    public bool IsGroupingHistoryOn {get;}
    public: __property bool get_IsGroupingHistoryOn();
    public:
    property bool IsGroupingHistoryOn {
       bool get();
    }

    Property Value

    Boolean value.
    See Also