ArcGIS Pro 2.9 API Reference Guide
ToolOptionsEmbeddableControl Class Methods


ArcGIS.Desktop.Editing Namespace : ToolOptionsEmbeddableControl Class

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

Public Methods
 NameDescription
Public MethodA simple implementation of IEditingCreateToolControl.AutoOpenActiveTemplatePane.  
Public MethodOverridden.  Occurs when the controls is closed.  
Public Method Occurs when control is executed or has changes to its options to be commited. (Inherited from ArcGIS.Desktop.Framework.Controls.EmbeddableControl)
Public MethodCalled just before OpenAsync when this IEditingCreateToolControl is being used within the ActiveTemplate pane.  
Public MethodCalled just before OpenAsync when this IEditingCreateToolControl is being used within the TemplateProperties dialog, and multiple templates have been selected for change.  
Public MethodCalled just before OpenAsync when this IEditingCreateToolControl is being used within the TemplateProperties dialog, and a single template has been selected for change.  
Public MethodOverridden.  Occurs when the control is hosted.  
Top
Protected Methods
 NameDescription
Protected MethodWhen using this ToolOptionsEmbeddableControl within TemplateProperties, sets the value of IsDirty, then fires an internal event to ensure that TemplateProperties takes note of that change in order to update the status of the TemplateProperties dialog OK button  
Protected Method gets a tool option from the current ToolOptions  
Protected MethodCalled at the end of OpenAsync, implementations should obtain and interpret the options stored in the current ToolOptions using GetToolOption<T>  
Protected MethodCalls LoadFromToolOptions in the UI thread  
Protected MethodOverloaded.  (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
Protected Method Occurs when the options are updated. (Inherited from ArcGIS.Desktop.Framework.Controls.EmbeddableControl)
Protected MethodOverloaded.  (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
Protected Method sets a tool option within the current ToolOptions  
Protected MethodWhen using this ToolOptionsEmbeddableControl within TemplateProperties, sets the value of IsValid, then fires an internal event to ensure that TemplateProperties takes note of that change in order to update the status of the TemplateProperties dialog OK button  
Top
See Also

Reference

ToolOptionsEmbeddableControl Class
ArcGIS.Desktop.Editing Namespace