User Tools

Site Tools


thinkgeo.mapsuite.webedition.contextmenu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.webedition.contextmenu [2015/09/18 03:07]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.WebEdition.ContextMenu ====== 
-This class represents a right-click shortcut menu used in the map control. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    ***ThinkGeo.MapSuite.WebEdition.ContextMenu** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} ContextMenu() ** 
- 
-Initializes a new instance of the ContextMenu class with no menu items specified. 
-== Remarks == 
-N/A 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ContextMenu(String,​Int32) ** 
- 
-Initializes a new instance of the ContextMenu class with the specified identifier and width. 
-== Remarks == 
-N/A 
-== Parameters == 
-  * //id// 
-    * Type:String 
-    * Description:​The key of the context menu in string format. 
- 
-  * //width// 
-    * Type:Int32 
-    * Description:​The width of the context menu. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ContextMenu(String,​Int32,​String) ** 
- 
-Initializes a new instance of the ContextMenu class with the identifier, width and CSS class string. 
-== Remarks == 
-N/A 
-== Parameters == 
-  * //id// 
-    * Type:String 
-    * Description:​The key of the context menu in string format. 
- 
-  * //width// 
-    * Type:Int32 
-    * Description:​The width of the context menu. 
- 
-  * //​cssClass//​ 
-    * Type:String 
-    * Description:​The CSS class for the context menu. 
- 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} CloneDeep() ** 
- 
-Creates a deep copy of this ContextMenu object. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.WebEdition.ContextMenu|ContextMenu]] 
-  * Description:​A deep copy of the ContextMenu object. 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ToJson() ** 
- 
-Returns a JSON string that contains information for creating the context menu at the client side. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​A string for creating the context menu at the client side. 
- 
-== Parameters == 
-<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|}} whQ=() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} wxQ=(Object) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //target// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} xBQ=(String) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.WebEdition.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|}} Id ** 
- 
-Gets the identifier of the ContextMenu object. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:String 
- 
-** {{wiki:​PublicProperty.gif|}} Width ** 
- 
-Gets or sets the width of the context menu. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Int32 
- 
-** {{wiki:​PublicProperty.gif|}} CssClass ** 
- 
-Gets or sets the CSS class of the context menu. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:String 
- 
-** {{wiki:​PublicProperty.gif|}} MenuItems ** 
- 
-Gets the menu item collection of the context menu. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection<​T>​[[ThinkGeo.MapSuite.WebEdition.ContextMenuItem,​ WebEdition, Version=9.0.0.0,​ Culture=neutral,​ PublicKeyToken=null]]|GeoKeyedCollection<​T>​]] 
- 
-==== Protected Properties ==== 
-==== Public Events ==== 
  
thinkgeo.mapsuite.webedition.contextmenu.1442545640.txt.gz ยท Last modified: 2015/09/18 03:07 by admin