This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.webedition.contextmenuitem [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.webedition.contextmenuitem [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.WebEdition.ContextMenuItem ====== | ====== ThinkGeo.MapSuite.WebEdition.ContextMenuItem ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | |||
- | <!-- Class --> | ||
This class represents a menu item of the ContextMenu control. | This class represents a menu item of the ContextMenu control. | ||
- | === Remarks === | ||
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem</a> | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | + | *System.Object |
- | **[[ThinkGeo.MapSuite.WebEdition.ContextMenuItem]] | + | ***ThinkGeo.MapSuite.WebEdition.ContextMenuItem** |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} ContextMenuItem() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ContextMenuItem()|ContextMenuItem]] | | | Initializes a new instance of the ContextMenuitem. class. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ContextMenuItem(String)|ContextMenuItem]] | String | | Initializes a new instance of the ContextMenuitem. class with the innerHtml specified. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ContextMenuItem(String, String)|ContextMenuItem]] | String, String | | Initializes a new instance of the ContextMenuitem. class with the innerHtml and CSS class string specified. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ContextMenuItem(String, String, String)|ContextMenuItem]] | String, String, String | | Initializes a new instance of the ContextMenuitem. class with innerHtml, CSS class and hover CSS class specified. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ContextMenuItem(String, String, String, String)|ContextMenuItem]] | String, String, String, String | | Initializes a new instance of the ContextMenuitem. class with innerHtml, CSS class and hover CSS class specified. | | + | |
- | ==== Protected Constructors ==== | + | * //Initializes a new instance of the ContextMenuitem. class.// |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#ContextMenuItem.28.29// | ||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ContextMenuItem(String) ** | ||
+ | * //Initializes a new instance of the ContextMenuitem. class with the innerHtml specified.// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#ContextMenuItem.28String.29// | ||
+ | == Parameters == | ||
+ | * //innerHtml// | ||
+ | * Type:String | ||
+ | * Description:The innerHtml of the context menu item. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ContextMenuItem(String,String) ** | ||
+ | |||
+ | * //Initializes a new instance of the ContextMenuitem. class with the innerHtml and CSS class string specified.// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#ContextMenuItem.28String.2C_String.29// | ||
+ | == Parameters == | ||
+ | * //innerHtml// | ||
+ | * Type:String | ||
+ | * Description:The innerHtml of the context menu item. | ||
+ | |||
+ | * //cssClass// | ||
+ | * Type:String | ||
+ | * Description:The CSS class of the context menu item. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ContextMenuItem(String,String,String) ** | ||
+ | |||
+ | * //Initializes a new instance of the ContextMenuitem. class with innerHtml, CSS class and hover CSS class specified.// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#ContextMenuItem.28String.2C_String.2C_String.29// | ||
+ | == Parameters == | ||
+ | * //innerHtml// | ||
+ | * Type:String | ||
+ | * Description:The innerHtml of the context menu item. | ||
+ | |||
+ | * //cssClass// | ||
+ | * Type:String | ||
+ | * Description:The CSS class of the context menu item. | ||
+ | |||
+ | * //hoverCssClass// | ||
+ | * Type:String | ||
+ | * Description:The CSS class of the context menu item when the mouse is hovering over it. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{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.// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#ContextMenuItem.28String.2C_String.2C_String.2C_String.29// | ||
+ | == Parameters == | ||
+ | * //innerHtml// | ||
+ | * Type:String | ||
+ | * Description:The innerHtml of the context menu item. | ||
+ | |||
+ | * //cssClass// | ||
+ | * Type:String | ||
+ | * Description:The CSS class of the context menu item. | ||
+ | |||
+ | * //hoverCssClass// | ||
+ | * Type:String | ||
+ | * Description:The CSS class of the context menu item when the mouse is hovering over it. | ||
+ | |||
+ | * //id// | ||
+ | * Type:String | ||
+ | * Description:The id of the context menu item. | ||
+ | |||
+ | <div newline></div> | ||
+ | ==== Protected Constructors ==== | ||
==== Public Methods ==== | ==== Public Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} ToJson() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToJson()|ToJson]] | | | Returns a JSON string that has information for creating the context menu item at the client side. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | |
+ | * //Returns a JSON string that has information for creating the context menu item at the client side.// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#ToJson.28.29// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | * Description:A JSON string for creating the context menu item at the client side. | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#ToString.28.29// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#Equals.28Object.29// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //obj// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#GetHashCode.28.29// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#GetType.28.29// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Type | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
==== Protected Methods ==== | ==== Protected Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:ProtectedMethod.gif|}} 5BM=() ** |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnClick(ContextMenuItemClickEventArgs)|OnClick]] | [[ThinkGeo.MapSuite.WebEdition.ContextMenuItemClickEventArgs|ContextMenuItemClickEventArgs]] | | Raises the Click event of the ContextMenuItem object. | | + | |
- | ==== Public Properties ==== | + | * //N/A// |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#CssClass|CssClass]] | String | | Gets or sets the Cascading Style Sheet (CSS) class name string that affects the appearance of the context menu item. | | + | * //N/A// |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#HoverCssClass|HoverCssClass]] | String | | Gets or sets the Cascading Style Sheet (CSS) class name string that applies when the mouse hovers over the menu item. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Id|Id]] | String | | Gets the identifier of the context menu item. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#InnerHtml|InnerHtml]] | String | | Gets or sets the content HTML of the context menu item. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MenuItems|MenuItems]] | [[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection|GeoKeyedCollection]]<[[ThinkGeo.MapSuite.WebEdition.ContextMenuItem|ContextMenuItem]]> | | Gets the menu item collection of the context menu item. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#OnClientClick|OnClientClick]] | String | | Gets or sets the client-side script that executes when a context menu item's Click event is raised. | | + | |
- | ==== Protected Properties ==== | + | == Return Value == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:Void |
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#HasClickEvent|HasClickEvent]] | Boolean | | Get whether the ContextMenu has the click event. | | + | * Description:N/A |
- | ==== Public Events ==== | + | == Parameters == |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | <div newline></div> |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#Click|Click]] | [[ThinkGeo.MapSuite.WebEdition.ContextMenuItemClickEventArgs|ContextMenuItemClickEventArgs]] | | Occurs when the context menu item is clicked. | | + | ** {{wiki:ProtectedMethod.gif|}} 5RM=(Object) ** |
- | ===== Public Constructors ===== | + | * //N/A// |
- | ==== ContextMenuItem() ==== | + | == Remarks == |
- | Initializes a new instance of the ContextMenuitem. class. | + | * //N/A// |
- | === Overloads === | + | |
- | Initializes a new instance of the ContextMenuitem. class. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#ContextMenuItem.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#ContextMenuItem.28.29</a> | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | [[#Public Constructors|Go Back]] | + | == Return Value == |
- | ==== ContextMenuItem(String) ==== | + | * Type:Void |
- | Initializes a new instance of the ContextMenuitem. class with the innerHtml specified. | + | * Description:N/A |
- | === Overloads === | + | |
- | Initializes a new instance of the ContextMenuitem. class. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#ContextMenuItem.28String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#ContextMenuItem.28String.29</a> | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | innerHtml | String<!-- System.String --> | The innerHtml of the context menu item. | | + | |
- | [[#Public Constructors|Go Back]] | + | == Parameters == |
- | ==== ContextMenuItem(String, String) ==== | + | * //target// |
- | Initializes a new instance of the ContextMenuitem. class with the innerHtml and CSS class string specified. | + | * Type:Object |
- | === Overloads === | + | * Description:N/A |
- | Initializes a new instance of the ContextMenuitem. class. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#ContextMenuItem.28String.2C_String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#ContextMenuItem.28String.2C_String.29</a> | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | innerHtml | String<!-- System.String --> | The innerHtml of the context menu item. | | + | |
- | | cssClass | String<!-- System.String --> | The CSS class of the context menu item. | | + | |
- | [[#Public Constructors|Go Back]] | + | <div newline></div> |
- | ==== ContextMenuItem(String, String, String) ==== | + | ** {{wiki:ProtectedMethod.gif|}} xRQ=() ** |
- | Initializes a new instance of the ContextMenuitem. class with innerHtml, CSS class and hover CSS class specified. | + | |
- | === Overloads === | + | |
- | Initializes a new instance of the ContextMenuitem. class. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#ContextMenuItem.28String.2C_String.2C_String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#ContextMenuItem.28String.2C_String.2C_String.29</a> | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | innerHtml | String<!-- System.String --> | The innerHtml of the context menu item. | | + | |
- | | cssClass | String<!-- System.String --> | The CSS class of the context menu item. | | + | |
- | | hoverCssClass | String<!-- System.String --> | The CSS class of the context menu item when the mouse is hovering over it. | | + | |
- | [[#Public Constructors|Go Back]] | + | * //N/A// |
- | ==== ContextMenuItem(String, String, String, String) ==== | + | == Remarks == |
- | Initializes a new instance of the ContextMenuitem. class with innerHtml, CSS class and hover CSS class specified. | + | * //N/A// |
- | === Overloads === | + | |
- | Initializes a new instance of the ContextMenuitem. class. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#ContextMenuItem.28String.2C_String.2C_String.2C_String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#ContextMenuItem.28String.2C_String.2C_String.2C_String.29</a> | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | innerHtml | String<!-- System.String --> | The innerHtml of the context menu item. | | + | |
- | | cssClass | String<!-- System.String --> | The CSS class of the context menu item. | | + | |
- | | hoverCssClass | String<!-- System.String --> | The CSS class of the context menu item when the mouse is hovering over it. | | + | |
- | | id | String<!-- System.String --> | The id of the context menu item. | | + | |
- | [[#Public Constructors|Go Back]] | + | == Return Value == |
- | ===== Protected Constructors ===== | + | * Type:[[ThinkGeo.MapSuite.WebEdition.ContextMenuItem|ContextMenuItem]] |
- | ===== Public Methods ===== | + | * Description:N/A |
- | ==== Equals(Object) ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#Equals.28Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#Equals.28Object.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | obj | Object<!-- System.Object --> | | | + | ** {{wiki:ProtectedMethod.gif|}} xBQ=(String) ** |
- | <!-- System.Object --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetHashCode() ==== | + | * //N/A// |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#GetHashCode.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#GetHashCode.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.WebEdition.ContextMenuItem|ContextMenuItem]] |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //fullId// |
- | ==== GetType() ==== | + | * Type:String |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#GetType.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#GetType.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Type<!-- System.Type --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} xhQ=(Double,Double) ** |
- | <!-- System.Object --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== ToJson() ==== | + | * //N/A// |
- | Returns a JSON string that has information for creating the context menu item at the client side. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#ToJson.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#ToJson.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | A JSON string for creating the context menu item at the client side. | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.WebEdition.ContextMenuItem --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //lontitude// |
- | ==== ToString() ==== | + | * Type:Double |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#ToString.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#ToString.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | * //latitude// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Double |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnClick(ContextMenuItemClickEventArgs) ** |
- | ===== Protected Methods ===== | + | |
- | ==== Finalize() ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#Finalize.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#Finalize.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //Raises the Click event of the ContextMenuItem object.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //The <strong>OnClick</strong> method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class. <strong>Notes to Inheritors:</strong> When overriding <strong>OnClick</strong> in a derived class, be sure to call the base class's <strong>OnClick</strong> method so that registered delegates receive the event.// | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== MemberwiseClone() ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#MemberwiseClone.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#MemberwiseClone.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //e// |
+ | * Type:[[ThinkGeo.MapSuite.WebEdition.ContextMenuItemClickEventArgs|ContextMenuItemClickEventArgs]] | ||
+ | * Description:The ContextMenuItemClickEventArgs that contains event data. | ||
- | <!-- System.Object --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
- | ==== OnClick(ContextMenuItemClickEventArgs) ==== | + | |
- | Raises the Click event of the ContextMenuItem object. | + | |
- | === Remarks === | + | |
- | The <strong>OnClick</strong> method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.<strong>Notes to Inheritors:</strong> When overriding <strong>OnClick</strong> in a derived class, be sure to call the base class's <strong>OnClick</strong> method so that registered delegates receive the event. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | [[ThinkGeo.MapSuite.WebEdition.ContextMenuItemClickEventArgs|ContextMenuItemClickEventArgs]]<!-- ThinkGeo.MapSuite.WebEdition.ContextMenuItemClickEventArgs --> | The ContextMenuItemClickEventArgs that contains event data. | | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#Finalize.28.29// |
- | <!-- ThinkGeo.MapSuite.WebEdition.ContextMenuItem --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ===== Public Properties ===== | + | * Description:N/A |
- | ==== CssClass ==== | + | |
- | Gets or sets the Cascading Style Sheet (CSS) class name string that affects the appearance of the context menu item. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#CssClass" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#CssClass</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.WebEdition.ContextMenuItem --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | <div newline></div> |
- | ==== HoverCssClass ==== | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
- | Gets or sets the Cascading Style Sheet (CSS) class name string that applies when the mouse hovers over the menu item. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#HoverCssClass" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#HoverCssClass</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.WebEdition.ContextMenuItem --> | + | * //N/A// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== Id ==== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#MemberwiseClone.28.29// |
- | Gets the identifier of the context menu item. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#Id" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#Id</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.WebEdition.ContextMenuItem --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Object |
- | ==== InnerHtml ==== | + | * Description:N/A |
- | Gets or sets the content HTML of the context menu item. | + | |
- | === Remarks === | + | == Parameters == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#InnerHtml" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#InnerHtml</a> | + | <div newline></div> |
- | === Return Value === | + | ==== Public Properties ==== |
- | ^ Return Type ^ | + | ** {{wiki:PublicProperty.gif|}} MenuItems ** |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.WebEdition.ContextMenuItem --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== MenuItems ==== | ||
Gets the menu item collection of the context menu item. | Gets the menu item collection of the context menu item. | ||
- | === Remarks === | + | == Remarks == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#MenuItems" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#MenuItems</a> | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#MenuItems |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:[[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection<T>[[ThinkGeo.MapSuite.WebEdition.ContextMenuItem, WebEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]]|GeoKeyedCollection<T>]] |
- | | [[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection|GeoKeyedCollection]]<[[ThinkGeo.MapSuite.WebEdition.ContextMenuItem|ContextMenuItem]]><!-- ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection{ThinkGeo.MapSuite.WebEdition.ContextMenuItem} --> | | + | |
+ | ** {{wiki:PublicProperty.gif|}} Id ** | ||
+ | |||
+ | Gets the identifier of the context menu item. | ||
+ | == Remarks == | ||
+ | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#Id | ||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} CssClass ** | ||
+ | |||
+ | Gets or sets the Cascading Style Sheet (CSS) class name string that affects the appearance of the context menu item. | ||
+ | == Remarks == | ||
+ | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#CssClass | ||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} HoverCssClass ** | ||
+ | |||
+ | Gets or sets the Cascading Style Sheet (CSS) class name string that applies when the mouse hovers over the menu item. | ||
+ | == Remarks == | ||
+ | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#HoverCssClass | ||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} OnClientClick ** | ||
- | <!-- ThinkGeo.MapSuite.WebEdition.ContextMenuItem --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== OnClientClick ==== | ||
Gets or sets the client-side script that executes when a context menu item's Click event is raised. | Gets or sets the client-side script that executes when a context menu item's Click event is raised. | ||
- | === Remarks === | + | == Remarks == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#OnClientClick" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#OnClientClick</a> | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#OnClientClick |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:String |
- | | String<!-- System.String --> | | + | |
+ | ** {{wiki:PublicProperty.gif|}} InnerHtml ** | ||
+ | |||
+ | Gets or sets the content HTML of the context menu item. | ||
+ | == Remarks == | ||
+ | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#InnerHtml | ||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | |||
+ | ==== Protected Properties ==== | ||
+ | ** {{wiki:ProtectedProperty.gif|}} HasClickEvent ** | ||
- | <!-- ThinkGeo.MapSuite.WebEdition.ContextMenuItem --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ===== Protected Properties ===== | ||
- | ==== HasClickEvent ==== | ||
Get whether the ContextMenu has the click event. | Get whether the ContextMenu has the click event. | ||
- | === Remarks === | + | == Remarks == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#HasClickEvent" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#HasClickEvent</a> | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#HasClickEvent |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:Boolean |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.WebEdition.ContextMenuItem --> | + | ==== Public Events ==== |
- | [[#Protected Properties|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} Click ** |
- | ===== Public Events ===== | + | |
- | ==== Click ==== | + | |
Occurs when the context menu item is clicked. | Occurs when the context menu item is clicked. | ||
- | === Remarks === | + | == Remarks == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#OnClick.28ContextMenuItemClickEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#OnClick.28ContextMenuItemClickEventArgs.29</a> | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ContextMenuItem#OnClick.28ContextMenuItemClickEventArgs.29 |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.WebEdition.ContextMenuItemClickEventArgs|ContextMenuItemClickEventArgs]]<!-- ThinkGeo.MapSuite.WebEdition.ContextMenuItemClickEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.WebEdition.ContextMenuItem --> | + | Event Arguments:[[ThinkGeo.MapSuite.WebEdition.ContextMenuItemClickEventArgs|ContextMenuItemClickEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | __NOTOC__ | ||
- | [[Category:WebEdition]] | ||
- | [[Category:ThinkGeo.MapSuite.WebEdition]] | ||
- | [[Category:UpdateDocumentation]] | ||