This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IT > IToolPalette Interface > IToolPalette.MenuStyle Property (ArcObjects .NET 10.4 SDK) |
The menu style.
[Visual Basic .NET] Public ReadOnly Property MenuStyle As Boolean
[C#] public bool MenuStyle {get;}
[C++]
HRESULT get_MenuStyle(
VARIANT_BOOL* menu
);
[C++]
Parameters menu [out, retval] menu is a parameter of type VARIANT_BOOL
Tool palette could be either menu or tile style.