ArcObjects Library Reference (SystemUI)  

IToolPalette.MenuStyle Property

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

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