User Tools

Site Tools


api:thinkgeo.mapsuite.webforms.contextmenuitem

ThinkGeo.MapSuite.WebForms.ContextMenuItem

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.WebForms.ContextMenuItem

Members Summary

Public Constructors

ContextMenuItem()

  • Initializes a new instance of the ContextMenuitem. class.
Remarks
  • N/A
Parameters

ContextMenuItem(String)

  • Initializes a new instance of the ContextMenuitem. class with the innerHtml specified.
Remarks
  • N/A
Parameters
  • innerHtml
    • Type:String
    • Description:The innerHtml of the context menu item.

ContextMenuItem(String,String)

  • Initializes a new instance of the ContextMenuitem. class with the innerHtml and CSS class string specified.
Remarks
  • N/A
Parameters
  • innerHtml
    • Type:String
    • Description:The innerHtml of the context menu item.
  • 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.
Remarks
  • N/A
Parameters
  • innerHtml
    • Type:String
    • Description:The innerHtml of the context menu item.
  • 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.
Remarks
  • N/A
Parameters
  • innerHtml
    • Type:String
    • Description:The innerHtml of the context menu item.
  • 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.
  • id
    • Type:String
    • Description:The id of the context menu item.

Protected Constructors

Public Methods

ToJson()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:A JSON string for creating the context menu item at the client side.
Parameters

ToString()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

DetachClickEvent()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

RewireClickEvent(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • target
    • Type:Object
    • Description:N/A

CloneShallow()

  • N/A
Remarks
  • N/A
Return Value
Parameters

FindChildMenuItemByFullId(String)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • fullId
    • Type:String
    • Description:N/A

RaisePostBackEvent(Double,Double)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • lontitude
    • Type:Double
    • Description:N/A
  • latitude
    • Type:Double
    • Description:N/A

OnClick(ContextMenuItemClickEventArgs)

  • N/A
Remarks
  • 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()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

MenuItems

  • N/A
Remarks
  • N/A
Return Value
Remarks
  • N/A
Return Value
  • Type:String

CssClass

  • N/A
Remarks
  • N/A
Return Value
  • Type:String

HoverCssClass

  • N/A
Remarks
  • N/A
Return Value
  • Type:String

OnClientClick

  • N/A
Remarks
  • N/A
Return Value
  • Type:String

InnerHtml

  • N/A
Remarks
  • N/A
Return Value
  • Type:String

Protected Properties

HasClickEvent

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

Public Events

Click

  • N/A
Remarks
  • N/A

Event Arguments:ContextMenuItemClickEventArgs

api/thinkgeo.mapsuite.webforms.contextmenuitem.txt · Last modified: 2017/01/11 06:59 (external edit)