Inheritance Hierarchy
Members Summary
Public Constructors
ContextMenuItem()
Parameters
ContextMenuItem(String)
Parameters
ContextMenuItem(String,String)
Initializes a new instance of the ContextMenuitem. class with the innerHtml and CSS class string specified.
Parameters
cssClass
Type:String
Description:The
CSS class of the context menu item.
ContextMenuItem(String,String,String)
Initializes a new instance of the ContextMenuitem. class with innerHtml, CSS class and hover CSS class specified.
Parameters
cssClass
Type:String
Description:The
CSS class of the context menu item.
hoverCssClass
Type:String
Description:The
CSS class of the context menu item when the mouse is hovering over it.
ContextMenuItem(String,String,String,String)
Initializes a new instance of the ContextMenuitem. class with innerHtml, CSS class and hover CSS class specified.
Parameters
cssClass
Type:String
Description:The
CSS class of the context menu item.
hoverCssClass
Type:String
Description:The
CSS class of the context menu item when the mouse is hovering over it.
Protected Constructors
Public Methods
ToJson()
Return Value
Parameters
ToString()
Return Value
Type:String
Description:N/A
Parameters
Equals(Object)
Return Value
Type:Boolean
Description:N/A
Parameters
obj
Type:Object
Description:N/A
GetHashCode()
Return Value
Type:Int32
Description:N/A
Parameters
GetType()
Return Value
Type:Type
Description:N/A
Parameters
Protected Methods
DetachClickEvent()
Return Value
Type:Void
Description:N/A
Parameters
RewireClickEvent(Object)
Return Value
Type:Void
Description:N/A
Parameters
target
Type:Object
Description:N/A
CloneShallow()
Return Value
Parameters
FindChildMenuItemByFullId(String)
Return Value
Parameters
fullId
Type:String
Description:N/A
RaisePostBackEvent(Double,Double)
Return Value
Type:Void
Description:N/A
Parameters
lontitude
Type:Double
Description:N/A
latitude
Type:Double
Description:N/A
OnClick(ContextMenuItemClickEventArgs)
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.
Return Value
Type:Void
Description:N/A
Parameters
Finalize()
Return Value
Type:Void
Description:N/A
Parameters
MemberwiseClone()
Return Value
Type:Object
Description:N/A
Parameters
Public Properties
MenuItems
Return Value
Id
Return Value
CssClass
Return Value
HoverCssClass
Return Value
OnClientClick
Return Value
InnerHtml
Return Value
Protected Properties
HasClickEvent
Return Value
Public Events
Click