ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTForms Class / AggregateSelect Property




In This Topic
    AggregateSelect Property
    In This Topic
    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