This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IT > IToolbarControl2 Interface > IToolbarControl2.ShowHiddenItems Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL* pVal
);
[C++]
HRESULT put_ShowHiddenItems(
VARIANT_BOOL pVal
);
[C++]
Parameters pVal [out, retval] pVal is a parameter of type VARIANT_BOOL pVal [in] pVal is a parameter of type VARIANT_BOOL
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 .
The 'hidden items menu' can only be displayed at runtime, when the ToolbarControl is not in Customize mode.