Context Menu XML

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.

Text

The text to display in the context menu.

Value

The value used for the context menu item.

Width

The width of each context menu, measured in points.

BackColor

The HEX background color of each context menu item.

ForeColor

The HEX font color of each context menu item.

BorderColor

The HEX border color of each context menu item.

BorderStyle

The border style used for each context menu item.

BorderWidth

The border width of each context menu item, measured in points.

ForeColor

The HEX font color of each context menu item.

ClickedCssClass

The CSS class style used when a context menu item is clicked on.

ClickedImageUrl

The Image URL used to indicate that an item has been clicked.

DisabledCssClass

The CSS class style used when an item is disabled.

DisabledImageUrl

The Image URL used when an item is disabled.

ExpandedCssClass
The CSS class style to used when an item is expanded.

ExpandedImageUrl

The URL to the image used when an item is expanded.

FocusedCssClass

The CSS class style to use when the item is clicked on.

Height

The height of the context menu item, measured in points.

HoveredImageUrl

The URL of the image to use when an context menu item is hovered over.

ImageUrl

The URL of the image to use in the context menu.

NavigateUrl

The URL to navigate to when an item is clicked.

Target

The target window, frame, or browser that will be used when an item is clicked.

Tooltip

The text to display when the user hovers over an item.

 

Example:

<c>

<cs>

<Text>I am Context Menu Item</Text>

</cs>

</c>