ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / Gallery Class


In This Topic
    Gallery Class Methods
    In This Topic

    For a list of all members of this type, see Gallery members.

    Public Methods
     NameDescription
    Public Method Clears the selection set.  
    Top
    Protected Methods
     NameDescription
    Protected Method Adds an item to the collection.  
    Protected Method Removes all the items from the internal collection.  
    Protected Internal Method This is necessary for gallery customization dialog. It is used to create a new item when adding a new gallery item.  
    Protected Method Add items from an existing collection.  
    Protected Method Inserts an element into the collection at the specified index.  
    Protected Method Moves the item at the specified index to a new location in the collection.  
    Protected MethodOverloaded.  (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Protected Internal MethodOverloaded.   
    Protected Internal Method Called when the gallery is expanded.  
    Protected Internal Method Called periodically by the framework once the tool has been created. (Inherited from ArcGIS.Desktop.Framework.Contracts.PlugIn)
    Protected Method Removes the first occurrence of a specific object from the collection.  
    Protected Method Removes the element at the specified index of the collection.  
    Protected Internal Method Derived classes can push in an entire collection instead of adding items piecemeal.  
    Protected MethodOverloaded.  (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Protected Internal Method Called when the gallery is disposed to give the control an opportunity to clean up any resources.  
    Top
    See Also