User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.contextmenuitemcollection

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.contextmenuitemcollection [2015/09/21 03:32]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.MvcEdition.ContextMenuItemCollection ====== 
-A collection of ThinkGeo.MapSuite.MvcEdition.ContextMenuItem objects. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    ***ThinkGeo.MapSuite.MvcEdition.ContextMenuItemCollection** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} ContextMenuItemCollection(ContextMenu) ** 
- 
-Initializes a new instance of the ContextMenuItemCollection class. 
-== Remarks == 
-N/A 
-== Parameters == 
-  * //​contextMenu//​ 
-    * Type:​[[ThinkGeo.MapSuite.MvcEdition.ContextMenu|ContextMenu]] 
-    * Description:​the context menu 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ContextMenuItemCollection(ContextMenuItem) ** 
- 
-Initializes a new instance of the ContextMenuItemCollection class. 
-== Remarks == 
-N/A 
-== Parameters == 
-  * //​contextMenuItem//​ 
-    * Type:​[[ThinkGeo.MapSuite.MvcEdition.ContextMenuItem|ContextMenuItem]] 
-    * Description:​the context menu item 
- 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} ContextMenuItem() ** 
- 
-Add an empty ContextMenuItem 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting|ContextMenuItemSetting]] 
-  * Description:​the setting for contextMenuItem 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ContextMenuItem(String) ** 
- 
-Add a ContextMenuItem with specific inner Html 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting|ContextMenuItemSetting]] 
-  * Description:​the setting for contextMenuItem 
- 
-== Parameters == 
-  * //​innerHtml//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ContextMenuItem(String,​String) ** 
- 
-Add a ContextMenuItem with specific inner Html and css class 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting|ContextMenuItemSetting]] 
-  * Description:​the setting for contextMenuItem 
- 
-== Parameters == 
-  * //​innerHtml//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //​cssClass//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ContextMenuItem(String,​String,​String) ** 
- 
-Add a ContextMenuItem with specific inner Html, css class and hover css class 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting|ContextMenuItemSetting]] 
-  * Description:​the setting for contextMenuItem 
- 
-== Parameters == 
-  * //​innerHtml//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //​cssClass//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //​hoverCssClass//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ContextMenuItem(String,​String,​String,​String) ** 
- 
-Add a ContextMenuItem with specific inner Html, css class, hover css class and id 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting|ContextMenuItemSetting]] 
-  * Description:​the setting for contextMenuItem 
- 
-== Parameters == 
-  * //​innerHtml//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //​cssClass//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //​hoverCssClass//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //id// 
-    * Type:String 
-    * Description:​N/​A 
- 
-<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|}} 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 ==== 
-==== Protected Properties ==== 
-==== Public Events ==== 
  
thinkgeo.mapsuite.mvcedition.contextmenuitemcollection.1442806361.txt.gz ยท Last modified: 2015/09/21 03:32 by admin