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
thinkgeo.mapsuite.webedition.contextmenu [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.WebEdition.ContextMenu ====== ====== ThinkGeo.MapSuite.WebEdition.ContextMenu ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class represents a right-click shortcut menu used in the map control. This class represents a right-click shortcut menu used in the map control.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 8: Line 11:
 ** {{wiki:​PublicMethod.gif|}} ContextMenu() ** ** {{wiki:​PublicMethod.gif|}} ContextMenu() **
  
-Initializes a new instance of the ContextMenu class with no menu items specified.+  * //Initializes a new instance of the ContextMenu class with no menu items specified.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ContextMenu#​ContextMenu.28.29/​/
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} ContextMenu(String,​Int32) ** ** {{wiki:​PublicMethod.gif|}} ContextMenu(String,​Int32) **
  
-Initializes a new instance of the ContextMenu class with the specified identifier and width.+  * //Initializes a new instance of the ContextMenu class with the specified identifier and width.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ContextMenu#​ContextMenu.28String.2C_Int32.29/​/
 == Parameters == == Parameters ==
   * //id//   * //id//
Line 30: Line 33:
 ** {{wiki:​PublicMethod.gif|}} ContextMenu(String,​Int32,​String) ** ** {{wiki:​PublicMethod.gif|}} ContextMenu(String,​Int32,​String) **
  
-Initializes a new instance of the ContextMenu class with the identifier, width and CSS class string.+  * //Initializes a new instance of the ContextMenu class with the identifier, width and CSS class string.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ContextMenu#​ContextMenu.28String.2C_Int32.2C_String.29/​/
 == Parameters == == Parameters ==
   * //id//   * //id//
Line 51: Line 54:
 ** {{wiki:​PublicMethod.gif|}} CloneDeep() ** ** {{wiki:​PublicMethod.gif|}} CloneDeep() **
  
-Creates a deep copy of this ContextMenu object.+  * //Creates a deep copy of this ContextMenu object.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ContextMenu#​CloneDeep.28.29/​/
  
 == Return Value == == Return Value ==
Line 63: Line 66:
 ** {{wiki:​PublicMethod.gif|}} ToJson() ** ** {{wiki:​PublicMethod.gif|}} ToJson() **
  
-Returns a JSON string that contains information for creating the context menu at the client side.+  * //Returns a JSON string that contains information for creating the context menu at the client side.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ContextMenu#​ToJson.28.29/​/
  
 == Return Value == == Return Value ==
Line 75: Line 78:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ContextMenu#​ToString.28.29/​/
  
 == Return Value == == Return Value ==
Line 87: Line 90:
 ** {{wiki:​PublicMethod.gif|}} Equals(Object) ** ** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ContextMenu#​Equals.28Object.29/​/
  
 == Return Value == == Return Value ==
Line 103: Line 106:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ContextMenu#​GetHashCode.28.29/​/
  
 == Return Value == == Return Value ==
Line 115: Line 118:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ContextMenu#​GetType.28.29/​/
  
 == Return Value == == Return Value ==
Line 128: Line 131:
 ** {{wiki:​ProtectedMethod.gif|}} whQ=() ** ** {{wiki:​ProtectedMethod.gif|}} whQ=() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 140: Line 143:
 ** {{wiki:​ProtectedMethod.gif|}} wxQ=(Object) ** ** {{wiki:​ProtectedMethod.gif|}} wxQ=(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 156: Line 159:
 ** {{wiki:​ProtectedMethod.gif|}} xBQ=(String) ** ** {{wiki:​ProtectedMethod.gif|}} xBQ=(String) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 172: Line 175:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ContextMenu#​Finalize.28.29/​/
  
 == Return Value == == Return Value ==
Line 184: Line 187:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ContextMenu#​MemberwiseClone.28.29/​/
  
 == Return Value == == Return Value ==
Line 199: Line 202:
 Gets the identifier of the ContextMenu object. Gets the identifier of the ContextMenu object.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ContextMenu#​Id
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 207: Line 210:
 Gets or sets the width of the context menu. Gets or sets the width of the context menu.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ContextMenu#​Width
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 215: Line 218:
 Gets or sets the CSS class of the context menu. Gets or sets the CSS class of the context menu.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ContextMenu#​CssClass
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 223: Line 226:
 Gets the menu item collection of the context menu. Gets the menu item collection of the context menu.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ContextMenu#​MenuItems
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection<​T>​[[ThinkGeo.MapSuite.WebEdition.ContextMenuItem,​ WebEdition, Version=9.0.0.0,​ Culture=neutral,​ PublicKeyToken=null]]|GeoKeyedCollection<​T>​]]   * Type:​[[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection<​T>​[[ThinkGeo.MapSuite.WebEdition.ContextMenuItem,​ WebEdition, Version=9.0.0.0,​ Culture=neutral,​ PublicKeyToken=null]]|GeoKeyedCollection<​T>​]]
thinkgeo.mapsuite.webedition.contextmenu.1442545640.txt.gz ยท Last modified: 2015/09/18 03:07 by admin