com.esri.arcgis.arcmapui
Interface IViewCommandToolbars

All Superinterfaces:
Serializable
All Known Implementing Classes:
IViewCommandToolbarsProxy

public interface IViewCommandToolbars
extends Serializable

Provides access to members that control view commands which have toolbars associated with them.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 boolean isAutoShowToolbars()
          Indicates if toolbars associated with the view should be shown automatically.
 void setAutoShowToolbars(boolean autoShow)
          Indicates if toolbars associated with the view should be shown automatically.
 void showToolbars(boolean show)
          Shows or hides the toolbars associated with a view.
 

Method Detail

isAutoShowToolbars

boolean isAutoShowToolbars()
                           throws IOException,
                                  AutomationException
Indicates if toolbars associated with the view should be shown automatically.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
The autoShow
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAutoShowToolbars

void setAutoShowToolbars(boolean autoShow)
                         throws IOException,
                                AutomationException
Indicates if toolbars associated with the view should be shown automatically.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
autoShow - The autoShow (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

showToolbars

void showToolbars(boolean show)
                  throws IOException,
                         AutomationException
Shows or hides the toolbars associated with a view.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
show - The show (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.