![]() |
This document is archived and information here might be outdated. Recommended version. |
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(
);
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.