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


IToolPalette.MenuStyle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IT > IToolPalette Interface > IToolPalette.MenuStyle Property
ArcGIS Developer Help

IToolPalette.MenuStyle Property

The menu style.

[Visual Basic .NET]
Public ReadOnly Property MenuStyle As Boolean
[C#]
public bool MenuStyle {get;}
[C++]
HRESULT get_MenuStyle(
  Boolean* menu
);
[C++]
Parameters
menu [out, retval]

menu is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Tool palette could be either menu or tile style.

See Also

IToolPalette Interface