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


IGxView.DefaultToolbarCLSID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IG > IGxView Interface > IGxView.DefaultToolbarCLSID Property
ArcGIS Developer Help

IGxView.DefaultToolbarCLSID Property

The class ID of the view's default toolbar. Not currently used.

[Visual Basic .NET]
Public ReadOnly Property DefaultToolbarCLSID As UID
[C#]
public UID DefaultToolbarCLSID {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

DefaultToolbarCLSID provides a reference to the default toolbar for the particular view. The default toolbar for a view would contain tools that were appropriate for the current type of GxView.

See Also

IGxView Interface