ArcObjects Library Reference (Editor)  

IConstructionMiniBar2.ShowEx Method

Shows the construction minibar.

[Visual Basic .NET]
Public Sub ShowEx ( _
    ByVal xLoc As Integer, _
    ByVal yLoc As Integer, _
    ByVal Location As esriConstructionToolbarLocation _
)
[C#]
public void ShowEx (
    int xLoc,
    int yLoc,
    esriConstructionToolbarLocation Location
);

Product Availability

Available with ArcGIS Desktop.

See Also

IConstructionMiniBar2 Interface