Version

xamRadialMenu - Recordable Methods

Topic Overview

Purpose

This topic provides information about the recordable methods for testing the XamRadialMenu™ control.

XamRadialMenu Recordable Methods

ExpandRadialMenu

Description

Expands the RadialMenu by clicking on the center button when the RadialMenu is closed.

CollapseRadialMenu

Collapses the RadialMenu by clicking on the center button when the RadialMenu is open (At the top level of RadialMenu).

NavigateBack

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

ItemClick

Clicking on the identified RadialMenu item and releasing the left mouse button records this action.

Parameters

The following table summarizes the methods parameters followed by code examples where applicable.

Parameter Description

oItemArg

Contains string Item name or an integer index of the item.

Possible exceptions

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

ItemDrillDown

Description

Clicking on the outer ring of a RadialMenu item containing child items drills down into the menu for the identified item.

Parameters

The following table summarizes the methods parameters followed by code examples where applicable.

Parameter Description

oItemArg

Contains string Item name or an integer index of the item.

Possible exceptions

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

ItemSetNumericValue

Description

Drilling into the menu for the NumericGauge and clicking on a point inside the NumericGauge item.

Parameters

The following table summarizes the methods parameters followed by code examples where applicable.

Parameter Description

oItemArg

Represents string Item name or an integer index of the item.

dValue

Represents double value for the numeric gauge.

Possible exceptions

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

Related Content

Topics

The following topics provide additional information related to this topic.

Topic Purpose

This topic provides information about the XamRadialMenu control’s user actions represented by XamRadialMenuProxy object.

This topic provides reference information about the XamRadialMenu control’s test object properties.

This topic provides reference material on the common enumerations used for testing the XamRadialMenu control.