This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.mvcedition.contextmenu [2015/09/21 03:32] admin |
thinkgeo.mapsuite.mvcedition.contextmenu [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.MvcEdition.ContextMenu ====== | ====== ThinkGeo.MapSuite.MvcEdition.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 | + | * //N/A// |
| == 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 | + | * //N/A// |
| == 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 | + | * //N/A// |
| == 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 | + | * //N/A// |
| == 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 | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 75: | Line 78: | ||
| ** {{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 91: | Line 94: | ||
| ** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 103: | Line 106: | ||
| ** {{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 119: | Line 122: | ||
| ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 131: | Line 134: | ||
| ** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 144: | Line 147: | ||
| ** {{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 160: | Line 163: | ||
| ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 172: | Line 175: | ||
| ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||