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


IToolbarControlDefault.ShowHiddenItems Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IT > IToolbarControlDefault Interface > IToolbarControlDefault.ShowHiddenItems Property
ArcGIS Developer Help

IToolbarControlDefault.ShowHiddenItems Property

Indicates if the ToolbarControl has a hidden items menu containing items currently not visible.

[Visual Basic .NET]
Public Property ShowHiddenItems As Boolean
[C#]
public bool ShowHiddenItems {get; set;}
[C++]
HRESULT get_ShowHiddenItems(
void
);
[C++]
HRESULT put_ShowHiddenItems(
);

Product Availability

Available with ArcGIS Engine.

Description

Determines whether any hidden items on the ToolbarControl are visible on a 'hidden items menu' when the button containing two chevrons is clicked by the end user. By default this property is false.

When ShowHiddenItems is false, the last visible item on the ToolbarControl may be partially visible only (and all subsequent items will be inaccessible) depending on the size of the ToolbarControl .

Remarks

The 'hidden items menu' can only be displayed at runtime, when the ToolbarControl is not in Customize mode.

See Also

IToolbarControlDefault Interface