ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapTool Class / SketchTipEmbeddableControl Property

In This Topic
    SketchTipEmbeddableControl Property
    In This Topic
    Gets the Embeddable Control for the sketch tip for this tool. This is the control set by the SketchTipID property.
    Syntax
    protected EmbeddableControl SketchTipEmbeddableControl {get;}
    Protected ReadOnly Property SketchTipEmbeddableControl As EmbeddableControl
    Remarks
    In some cases you may need to provide a control that displays on top of the map view when the tool is active and provides some type of tool tip similar to the constraint tips that appear when sketching. This property returns the instance of the overlay EmbeddableControl set by the SketchTipID property. When you activate a different tool the control will be removed.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also