Click or drag to resize
ClientPopupMenu Class
Provides functionality for displaying context menus within MatchPoint controls.
Inheritance Hierarchy

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

The ClientPopupMenu type exposes the following members.

Constructors
  NameDescription
Public methodClientPopupMenu
Initializes a new instance of the ClientPopupMenu 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.
Public fieldContentHtml
Additional HTML which is rendered to the callout content.
Public fieldCopyUrl
Public fieldImagePreviewName
The image name which is used to set the image 'alt'- and 'title'-attributes.
Public fieldImagePreviewUrl
The URL of the preview image.
Public fieldItems
Contains a list of all popup menu items for this context menu.
Public fieldJavaScriptMethods
Contains a list of JS methods that will be called when the context menu is displayed.
Public fieldPreviewUrl
The preview URL which is displayed in an iframe within the callout content (e.g. for Office documents).
Top
See Also