ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Controls Namespace / EmbeddableControl Class / CanChangeOptions Property

In This Topic
    CanChangeOptions Property
    In This Topic
    Gets and sets whether or not the EmbeddedControl can change its options.
    Syntax
    public virtual bool CanChangeOptions {get; set;}
    Public Overridable Property CanChangeOptions As Boolean
    Remarks
    If CanChangeOptions is true, the EmbeddedControl can set its CanCommit property according to whether or not it has changed its options and the changes can be committed. Embeddable controls that do not support options (which is the majority of cases) can ignore this property.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also