ArcObjects Library Reference (Editor)  

IConstructionMiniBar.Show Method

Shows the construction minibar.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IConstructionMiniBar Interface