This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.mvcedition.contextmenuitem [2015/09/21 03:32] admin |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== ThinkGeo.MapSuite.MvcEdition.ContextMenuItem ====== | ||
| - | This class represents a menu item of the ContextMenu control. | ||
| - | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | ||
| - | ***ThinkGeo.MapSuite.MvcEdition.ContextMenuItem** | ||
| - | ===== Members Summary ===== | ||
| - | ==== Public Constructors ==== | ||
| - | ** {{wiki:PublicMethod.gif|}} ContextMenuItem() ** | ||
| - | |||
| - | Initializes a new instance of the ContextMenuitem. class. | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | == Parameters == | ||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} 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. | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} 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. | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} 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. | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} 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. | ||
| - | |||
| - | <div newline></div> | ||
| - | ==== Protected Constructors ==== | ||
| - | ==== Public Methods ==== | ||
| - | ** {{wiki:PublicMethod.gif|}} ToJson() ** | ||
| - | |||
| - | Returns a JSON string that has information for creating the context menu item at the client side. | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:String | ||
| - | * Description:A JSON string for creating the context menu item at the client side. | ||
| - | |||
| - | == Parameters == | ||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} FromJson(String) ** | ||
| - | |||
| - | Load this object from a json string. | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:Void | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | * //jsonString// | ||
| - | * Type:String | ||
| - | * Description:a json string | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| - | |||
| - | N/A | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:String | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
| - | |||
| - | N/A | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:Boolean | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | * //obj// | ||
| - | * Type:Object | ||
| - | * Description:N/A | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
| - | |||
| - | N/A | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:Int32 | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| - | |||
| - | N/A | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:Type | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | <div newline></div> | ||
| - | ==== Protected Methods ==== | ||
| - | ** {{wiki:ProtectedMethod.gif|}} QRU=() ** | ||
| - | |||
| - | N/A | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.MvcEdition.ContextMenuItem|ContextMenuItem]] | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | <div newline></div> | ||
| - | ** {{wiki:ProtectedMethod.gif|}} PBU=(String) ** | ||
| - | |||
| - | N/A | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.MvcEdition.ContextMenuItem|ContextMenuItem]] | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | * //fullId// | ||
| - | * Type:String | ||
| - | * Description:N/A | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| - | |||
| - | N/A | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:Void | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | <div newline></div> | ||
| - | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| - | |||
| - | N/A | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:Object | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | <div newline></div> | ||
| - | ==== Public Properties ==== | ||
| - | ** {{wiki:PublicProperty.gif|}} MenuItems ** | ||
| - | |||
| - | Gets the menu item collection of the context menu item. | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.MvcEdition.GeoKeyedCollection<T>[[ThinkGeo.MapSuite.MvcEdition.ContextMenuItem, MvcEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]]|GeoKeyedCollection<T>]] | ||
| - | |||
| - | ** {{wiki:PublicProperty.gif|}} Id ** | ||
| - | |||
| - | Gets the identifier of the context menu item. | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | == Return Value == | ||
| - | * Type:String | ||
| - | |||
| - | ** {{wiki:PublicProperty.gif|}} CssClass ** | ||
| - | |||
| - | Gets or sets the Cascading Style Sheet (CSS) class name string that affects the appearance of the context menu item. | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | == Return Value == | ||
| - | * Type:String | ||
| - | |||
| - | ** {{wiki:PublicProperty.gif|}} HoverCssClass ** | ||
| - | |||
| - | Gets or sets the Cascading Style Sheet (CSS) class name string that applies when the mouse hovers over the menu item. | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | == Return Value == | ||
| - | * Type:String | ||
| - | |||
| - | ** {{wiki:PublicProperty.gif|}} OnClientClick ** | ||
| - | |||
| - | Gets or sets the client-side script that executes when a context menu item's Click event is raised. | ||
| - | == Remarks == | ||
| - | There is a default parameter:e, which includes one parameter: "worldXY" | ||
| - | == Return Value == | ||
| - | * Type:String | ||
| - | |||
| - | ** {{wiki:PublicProperty.gif|}} InnerHtml ** | ||
| - | |||
| - | Gets or sets the content HTML of the context menu item. | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | == Return Value == | ||
| - | * Type:String | ||
| - | |||
| - | ==== Protected Properties ==== | ||
| - | ==== Public Events ==== | ||
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.