ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
This class represents a menu item of the ContextMenu control.
N/A
Initializes a new instance of the ContextMenuitem. class with the innerHtml specified.
N/A
ContextMenuItem(String,String)
Initializes a new instance of the ContextMenuitem. class with the innerHtml and CSS class string specified.
N/A
ContextMenuItem(String,String,String)
Initializes a new instance of the ContextMenuitem. class with innerHtml, CSS class and hover CSS class specified.
N/A
ContextMenuItem(String,String,String,String)
Initializes a new instance of the ContextMenuitem. class with innerHtml, CSS class and hover CSS class specified.
N/A
Returns a JSON string that has information for creating the context menu item at the client side.
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
OnClick(ContextMenuItemClickEventArgs)
Raises the Click event of the ContextMenuItem object.
The OnClick method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.Notes to Inheritors: When overriding OnClick in a derived class, be sure to call the base class's OnClick method so that registered delegates receive the event.
N/A
N/A
N/A
N/A
Gets the identifier of the context menu item.
N/A
Gets or sets the Cascading Style Sheet (CSS) class name string that affects the appearance of the context menu item.
N/A
Gets or sets the Cascading Style Sheet (CSS) class name string that applies when the mouse hovers over the menu item.
N/A
Gets or sets the client-side script that executes when a context menu item's Click event is raised.
N/A
N/A
N/A
N/A
Event Arguments:ContextMenuItemClickEventArgs