Controls the text and design of each item used in the Context Menu. This is literally what is displayed and is not dynamic. The text used will be shown to the user when the user right mouse clicks on an item.
The text to display in the context menu.
The value used for the context menu item.
The width of each context menu, measured in points.
The HEX background color of each context menu item.
The HEX font color of each context menu item.
The HEX border color of each context menu item.
The border style used for each context menu item.
The border width of each context menu item, measured in points.
The HEX font color of each context menu item.
The CSS class style used when a context menu item is clicked on.
The Image URL used to indicate that an item has been clicked.
The CSS class style used when an item is disabled.
The Image URL used when an item is disabled.
ExpandedCssClass
The CSS class style to
used when an item is expanded.
The URL to the image used when an item is expanded.
The CSS class style to use when the item is clicked on.
The height of the context menu item, measured in points.
The URL of the image to use when an context menu item is hovered over.
The URL of the image to use in the context menu.
The URL to navigate to when an item is clicked.
The target window, frame, or browser that will be used when an item is clicked.
The text to display when the user hovers over an item.
Example:
<c>
<cs>
<Text>I am Context Menu Item</Text>
</cs>
</c>