ArcObjects Library Reference (Editor)  

IConstructionMiniBar.UpdateTransparency Method

Updates the coordinate display and adjusts the tranparency of the window.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IConstructionMiniBar Interface