Indicates Whether to use the ContextMenu and which type of context menu to use. The types of context menus are the following: Control, Custom, Default, and None.

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

Syntax

C#
[DefaultValueAttribute(ContextMenuTypeEnum.None)]
public ContextMenuTypeEnum ContextMenu { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(ContextMenuTypeEnum.None)> _
Public Property ContextMenu As ContextMenuTypeEnum

See Also