Click or drag to resize
DataItemClientPopupMenu Class
Provides functionality for a server-side generated context menu.
Inheritance Hierarchy

Namespace: Colygon.MatchPoint.Core.Configuration
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public class DataItemClientPopupMenu : ClientPopupMenu

The DataItemClientPopupMenu type exposes the following members.

Constructors
  NameDescription
Public methodDataItemClientPopupMenu
Initializes a new instance of the DataItemClientPopupMenu class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldClientId
The ID of the client control.
(Inherited from ClientPopupMenu.)
Public fieldContentHtml
Additional HTML which is rendered to the callout content.
(Inherited from ClientPopupMenu.)
Public fieldCopyUrl (Inherited from ClientPopupMenu.)
Public fieldDataItem
Public fieldImagePreviewName
The image name which is used to set the image 'alt'- and 'title'-attributes.
(Inherited from ClientPopupMenu.)
Public fieldImagePreviewUrl
The URL of the preview image.
(Inherited from ClientPopupMenu.)
Public fieldItems
Contains a list of all popup menu items for this context menu.
(Inherited from ClientPopupMenu.)
Public fieldJavaScriptMethods
Contains a list of JS methods that will be called when the context menu is displayed.
(Inherited from ClientPopupMenu.)
Public fieldPreviewUrl
The preview URL which is displayed in an iframe within the callout content (e.g. for Office documents).
(Inherited from ClientPopupMenu.)
Top
See Also