This document is archived and information here might be outdated.  Recommended version.


IConstructionMiniBar2.ShowEx Method (ArcObjects .NET 10.5 SDK)
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