ArcObjects Library Reference (Framework)  

ICommandBars.HideAllToolbars Method

Hides all visible bars.

[Visual Basic .NET]
Public Sub HideAllToolbars ( _
)
[C#]
public void HideAllToolbars (
);

Product Availability

Available with ArcGIS Desktop.

Remarks

The HideAllToolbars method has no effect on the Main menu bar. The Main menu bar is always visible in the application.

See Also

ICommandBars Interface