ComponentOne WebMenus and WebBars for ASP.NET (2.0) Search HelpCentral 

ContextMenuTypeEnum Enumeration

Determines whether the context menu will be used and which type of context menu to use.

[Visual Basic]

Public Enum ContextMenuTypeEnum

[C#]

public enum ContextMenuTypeEnum

[Delphi]

type ContextMenuTypeEnum = (Control, Custom, Default, None);

Namespace: C1.Web.Command

Assembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)

Members

Member name

Description

Control

Context menu appears then the user right-clicks on the specified in ContextControlId.

Custom

To show context menu developer should call ShowContextMenu(id) client-side function.

Default

Context menu appears then the user right-clicks on any area of the page.

None

Menu item is not a context menu.

See Also

C1.Web.Command Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.