Click or drag to resize
ContextMenuSettings Class
Inheritance Hierarchy
SystemObject
  ObjectWithState
    Kettic.AspNet.ControlsContextMenuSettings

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class ContextMenuSettings : ObjectWithState

The ContextMenuSettings type exposes the following members.

Properties
  NameDescription
Public propertyEnableDefault
Gets or sets a value indicating whether to use the integrated context menu.
Public propertyEnableEmbeddedBaseStylesheet
Gets or sets a Boolean value that indicates whether enable the embedded basic style sheet in the control.
Public propertyEnableEmbeddedScripts
Gets or sets a Boolean value that indicates whether enable the embedded script.
Public propertyEnableEmbeddedSkins
Gets or sets a Boolean value that indicates whether enable the embedded skin for the control.
Public propertySkin
Gets or sets the skin name for the context menu.
Top
See Also