ImageGear .NET - Updated
IsGroupingHistoryOn Property




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTHistory Class : IsGroupingHistoryOn Property
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

Reference

ImGearARTHistory Class
ImGearARTHistory Members