Click or drag to resize
KaxContextMenu Properties

The KaxContextMenu type exposes the following members.

Properties
  Name Description
Public property EnableSelection
Gets or sets a value indicating if the currently selected item will be tracked and highlighted.
(Overrides KaxMenuEnableSelection.)
Public property Code example OnClientHidden
Gets or sets a value indicating the client-side event handler that is called when the KaxContextMenu is hidden.
Public property Code example OnClientHiding
Gets or sets a value indicating the client-side event handler that is called when the KaxContextMenu is to be hidden.
Public property Code example OnClientShowing
Gets or sets a value indicating the client-side event handler that is called when the KaxContextMenu is to be displayed.
Public property Code example OnClientShown
Gets or sets a value indicating the client-side event handler that is called when the KaxContextMenu is displayed.
Public property Code example Targets
Gets the collection containing the targets to which right-click KaxContextMenu will attach.
Top
See Also