ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Editing.Attributes Namespace / AttributeTabEmbeddableControl Class / Applies Method

In This Topic
    Applies Method
    In This Topic
    Gets if this control (and it's tab) apply to this MapMember. The default value is false.
    Syntax
    public virtual bool Applies( 
       MapMember mapMember
    )
    Public Overridable Function Applies( _
       ByVal mapMember As MapMember _
    ) As Boolean

    Parameters

    mapMember

    Return Value

    If the return value is false, a custom tab containing this control will not be displayed when a row from mapMember is highlighted in the attributes treeview.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also