ArcGIS Pro 2.9 API Reference Guide
CanChangeOptions Property

ArcGIS.Desktop.Framework.Controls Namespace > EmbeddableControl Class : CanChangeOptions Property
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, Windows 8.1

See Also

Reference

EmbeddableControl Class
EmbeddableControl Members