ImageGear .NET - Updated
IsSelectionRecorded Property




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

Reference

ImGearARTHistory Class
ImGearARTHistory Members