This topic provides information about the recordable methods for testing the XamRadialMenu™ control.
This topic contains the following sections:
Expands the RadialMenu by clicking on the center button when the RadialMenu is closed.
Collapses the RadialMenu by clicking on the center button when the RadialMenu is open (At the top level of RadialMenu).
Collapse the RadialMenu by any of the following user interactions:
Clicking on the center button when the RadialMenu is open (Not at the top level of RadialMenu, but at the nested level)
Clicking on one of the inner ring’s color well preview items
Clicking on the identified RadialMenu item and releasing the left mouse button records this action.
The following table summarizes the methods parameters followed by code examples where applicable.
The following list contains the possible exceptions to this method and the likely reason causing them.
The XamRadialMenu is closed
Action not allowed control is disabled
The [ XamRadialMenuItem ] is disabled
The specified XamRadialMenuItem index [ oItemArg ] is out of range
The following XamRadialMenuItem [ oItemArg ] was not found
Clicking on the outer ring of a RadialMenu item containing child items drills down into the menu for the identified item.
The following table summarizes the methods parameters followed by code examples where applicable.
The following list contains the possible exceptions to this method and the likely reason causing them.
The XamRadialMenu is closed
Action not allowed control is disabled
The [ XamRadialMenuItem ] is disabled
The specified XamRadialMenuItem index [ oItemArg ] is out of range
The following XamRadialMenuItem [ oItemArg ] was not found
The item [ oItemArg ], has no children; therefore, it cannot be drilled down
Drilling into the menu for the NumericGauge and clicking on a point inside the NumericGauge item.
The following table summarizes the methods parameters followed by code examples where applicable.
The following list contains the possible exceptions to this method and the likely reason causing them.
The XamRadialMenu is closed
Action not allowed control is disabled
The [ XamRadialMenuItem ] is disabled
The specified XamRadialMenuItem index [ oItemArg ] is out of range
The following XamRadialMenuItem [ oItemArg ] was not found
The item [ oItemArg ], has no children; therefore, it cannot be drilled down
The following topics provide additional information related to this topic.