ArcObjects Library Reference (Controls)  

IToolbarControl2.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(
  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

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

IToolbarControl2 Interface