====== ThinkGeo.MapSuite.Mvc.ContextMenuItemSetting ====== ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.MapSuite.Mvc.MvcElementSettingBase`2[[ThinkGeo.MapSuite.Mvc.ContextMenuItem, ThinkGeo.MapSuite.Mvc, Version=10.0.0.0, Culture=neutral, PublicKeyToken=0828af5241fb4207],[ThinkGeo.MapSuite.Mvc.ContextMenuItemSetting, ThinkGeo.MapSuite.Mvc, Version=10.0.0.0, Culture=neutral, PublicKeyToken=0828af5241fb4207]] ***ThinkGeo.MapSuite.Mvc.ContextMenuItemSetting** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} ContextMenuItemSetting(ContextMenuItem) ** * //Initializes a new instance of the ContextMenuItemSetting class.// == Remarks == * //N/A// == Parameters == * //contextMenuItem// * Type:[[ThinkGeo.MapSuite.Mvc.ContextMenuItem|ContextMenuItem]] * Description:the context menu item which will be assigned to Element property
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} MenuItems(Action) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.ContextMenuItemSetting|ContextMenuItemSetting]] * Description:N/A == Parameters == * //addItemsAction// * Type:Action<[[ThinkGeo.MapSuite.Mvc.ContextMenuItemCollection|ContextMenuItemCollection]]> * Description:a method that takes ContextMenuItemCollection to do some settings.
** {{wiki:PublicMethod.gif|}} Id(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.ContextMenuItemSetting|ContextMenuItemSetting]] * Description:The setting of ContextMenuItem itself == Parameters == * //id// * Type:String * Description:A id for Element property
** {{wiki:PublicMethod.gif|}} CssClass(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.ContextMenuItemSetting|ContextMenuItemSetting]] * Description:The setting of ContextMenuItem itself == Parameters == * //cssClass// * Type:String * Description:A css Class for Element property
** {{wiki:PublicMethod.gif|}} HoverCssClass(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.ContextMenuItemSetting|ContextMenuItemSetting]] * Description:The setting of ContextMenuItem itself == Parameters == * //hoverCssClass// * Type:String * Description:A id for Element property
** {{wiki:PublicMethod.gif|}} OnClientClick(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.ContextMenuItemSetting|ContextMenuItemSetting]] * Description:The setting of ContextMenuItem itself == Parameters == * //clientClickScript// * Type:String * Description:A client Click Script for Element property
** {{wiki:PublicMethod.gif|}} InnerHtml(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.ContextMenuItemSetting|ContextMenuItemSetting]] * Description:The setting of ContextMenuItem itself == Parameters == * //innerHtml// * Type:String * Description:A inner Html for Element property
** {{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 ==== ** {{wiki:ProtectedProperty.gif|}} Element ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.ContextMenuItem|ContextMenuItem]] ==== Public Events ====