ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing.Attributes Namespace / AttributeTabEmbeddableControl Class / ShowAutoApplyControls Property

In This Topic
    ShowAutoApplyControls Property
    In This Topic
    Gets if the "auto apply edit" controls are displayed at the bottom of the tab. Default value is true.
    Syntax
    Public Overridable ReadOnly Property ShowAutoApplyControls As Boolean
    public virtual bool ShowAutoApplyControls {get;}
    Remarks
    Return false if you wish to hide these controls. For example your control (and tab) does not perform any editing.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.3 or higher.
    See Also