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


ICommandBar.IsVisible Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IC > ICommandBar Interface > ICommandBar.IsVisible Method
ArcGIS Developer Help

ICommandBar.IsVisible Method

Indicates if this commandbar is visible.

[Visual Basic .NET]
Public Function IsVisible ( _
) As Boolean
[C#]
public bool IsVisible (
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICommandBar Interface