User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.contextmenuitem

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.mvcedition.contextmenuitem [2015/09/21 03:32]
admin
thinkgeo.mapsuite.mvcedition.contextmenuitem [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.MvcEdition.ContextMenuItem ====== ====== ThinkGeo.MapSuite.MvcEdition.ContextMenuItem ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class represents a menu item of the ContextMenu control. This class represents a menu item of the ContextMenu control.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 8: Line 11:
 ** {{wiki:​PublicMethod.gif|}} ContextMenuItem() ** ** {{wiki:​PublicMethod.gif|}} ContextMenuItem() **
  
-Initializes a new instance of the ContextMenuitem. class.+  * //Initializes a new instance of the ContextMenuitem. class.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} ContextMenuItem(String) ** ** {{wiki:​PublicMethod.gif|}} ContextMenuItem(String) **
  
-Initializes a new instance of the ContextMenuitem. class with the innerHtml specified.+  * //Initializes a new instance of the ContextMenuitem. class with the innerHtml specified.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Parameters == == Parameters ==
   * //​innerHtml//​   * //​innerHtml//​
Line 26: Line 29:
 ** {{wiki:​PublicMethod.gif|}} ContextMenuItem(String,​String) ** ** {{wiki:​PublicMethod.gif|}} ContextMenuItem(String,​String) **
  
-Initializes a new instance of the ContextMenuitem. class with the innerHtml and CSS class string specified.+  * //Initializes a new instance of the ContextMenuitem. class with the innerHtml and CSS class string specified.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Parameters == == Parameters ==
   * //​innerHtml//​   * //​innerHtml//​
Line 41: Line 44:
 ** {{wiki:​PublicMethod.gif|}} ContextMenuItem(String,​String,​String) ** ** {{wiki:​PublicMethod.gif|}} ContextMenuItem(String,​String,​String) **
  
-Initializes a new instance of the ContextMenuitem. class with innerHtml, CSS class and hover CSS class specified.+  * //Initializes a new instance of the ContextMenuitem. class with innerHtml, CSS class and hover CSS class specified.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Parameters == == Parameters ==
   * //​innerHtml//​   * //​innerHtml//​
Line 60: Line 63:
 ** {{wiki:​PublicMethod.gif|}} ContextMenuItem(String,​String,​String,​String) ** ** {{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.+  * //Initializes a new instance of the ContextMenuitem. class with innerHtml, CSS class and hover CSS class specified.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Parameters == == Parameters ==
   * //​innerHtml//​   * //​innerHtml//​
Line 85: Line 88:
 ** {{wiki:​PublicMethod.gif|}} ToJson() ** ** {{wiki:​PublicMethod.gif|}} ToJson() **
  
-Returns a JSON string that has information for creating the context menu item at the client side.+  * //Returns a JSON string that has information for creating the context menu item at the client side.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 97: Line 100:
 ** {{wiki:​PublicMethod.gif|}} FromJson(String) ** ** {{wiki:​PublicMethod.gif|}} FromJson(String) **
  
-Load this object from a json string.+  * //Load this object from a json string.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 113: Line 116:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 125: Line 128:
 ** {{wiki:​PublicMethod.gif|}} Equals(Object) ** ** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 141: Line 144:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 153: Line 156:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 166: Line 169:
 ** {{wiki:​ProtectedMethod.gif|}} QRU=() ** ** {{wiki:​ProtectedMethod.gif|}} QRU=() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 178: Line 181:
 ** {{wiki:​ProtectedMethod.gif|}} PBU=(String) ** ** {{wiki:​ProtectedMethod.gif|}} PBU=(String) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 194: Line 197:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 206: Line 209:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
thinkgeo.mapsuite.mvcedition.contextmenuitem.1442806359.txt.gz ยท Last modified: 2015/09/21 03:32 by admin