ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Editing Namespace / ToolOptionsEmbeddableControl Class


In This Topic
    ToolOptionsEmbeddableControl Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    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 MethodGets whether the tool options should auto open in the Active Template pane when the associated tool is activated.  
    Public Method Occurs when a tool options control is initialized  
    Public MethodOverridden.  Occurs when the control is hosted.  
    Top
    Protected Methods
     NameDescription
    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 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  
    Top
    See Also