====== ThinkGeo.MapSuite.Mvc.ContextMenuItemCollection ====== ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.Mvc.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.Mvc.ContextMenu|ContextMenu]] * Description:the context menu
** {{wiki:PublicMethod.gif|}} ContextMenuItemCollection(ContextMenuItem) ** * //Initializes a new instance of the ContextMenuItemCollection class.// == Remarks == * //N/A// == Parameters == * //contextMenuItem// * Type:[[ThinkGeo.MapSuite.Mvc.ContextMenuItem|ContextMenuItem]] * Description:the context menu item ==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} ContextMenuItem() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.ContextMenuItemSetting|ContextMenuItemSetting]] * Description:the setting for contextMenuItem == Parameters == ** {{wiki:PublicMethod.gif|}} ContextMenuItem(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.ContextMenuItemSetting|ContextMenuItemSetting]] * Description:the setting for contextMenuItem == Parameters == * //innerHtml// * Type:String * Description:N/A ** {{wiki:PublicMethod.gif|}} ContextMenuItem(String,String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.ContextMenuItemSetting|ContextMenuItemSetting]] * Description:the setting for contextMenuItem == Parameters == * //innerHtml// * Type:String * Description:N/A * //cssClass// * Type:String * Description:N/A ** {{wiki:PublicMethod.gif|}} ContextMenuItem(String,String,String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.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 ** {{wiki:PublicMethod.gif|}} ContextMenuItem(String,String,String,String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.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 ** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters == ** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A ** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == ** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters == ===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters == ==== Public Properties ==== ==== Protected Properties ==== ==== Public Events ====