ImageGear .NET - Updated
AggregateSelect Property




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTForms Class : AggregateSelect Property
Gets or sets a value indicating whether the aggregate selection of annotations is allowed.
Syntax
'Declaration
 
Public Property AggregateSelect As Boolean
'Usage
 
Dim instance As ImGearARTForms
Dim value As Boolean
 
instance.AggregateSelect = value
 
value = instance.AggregateSelect
public bool AggregateSelect {get; set;}
public: __property bool get_AggregateSelect();
public: __property void set_AggregateSelect( 
   bool value
);
public:
property bool AggregateSelect {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
See Also

Reference

ImGearARTForms Class
ImGearARTForms Members