Interface
IRadRadialMenu

Represents the RadRadialMenu control wrapper for SL/Wpf interface.

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public interface IRadRadialMenu : IControl, IFrameworkElement, ITargetElement

Derived Classes: RadRadialMenuRadRadialMenu

Inherited Members IControl.IsEnabledIFrameworkElement.CastAs<T>()IFrameworkElement.Parent<T>()IFrameworkElement.SetProxy(bool)IFrameworkElement.SetUid(string)IFrameworkElement.SetFindInfo(VisualFindInfo)IFrameworkElement.SetXamlTag(string)IFrameworkElement.AssignReference(AutomationReference)IFrameworkElement.SetFocus()IFrameworkElement.GetAutomationProperty(string)IFrameworkElement.GetProperty<T>(string)IFrameworkElement.GetPropertyTypeSafe(string)IFrameworkElement.SetProperty(string, object)IFrameworkElement.ScrollToVisible()IFrameworkElement.UserIFrameworkElement.FindIFrameworkElement.WaitIFrameworkElement.NameIFrameworkElement.AbsoluteSiblingTagIndexIFrameworkElement.ActualWidthIFrameworkElement.ActualHeightIFrameworkElement.TextIFrameworkElement.ToolTipTextIFrameworkElement.TextBlockContentIFrameworkElement.TextLiteralContentIFrameworkElement.ComputedVisibilityIFrameworkElement.UidITargetElement.Match(IFindExpression)ITargetElement.SetDepth(int)ITargetElement.AddChildNode(ITargetElement)ITargetElement.SetClosingTag(ITargetElement)ITargetElement.GetChildren()ITargetElement.GetParent()ITargetElement.GetHostParent()ITargetElement.SetParent(ITargetElement)ITargetElement.Refresh()ITargetElement.GetUniqueHashCode()ITargetElement.GetRectangle()ITargetElement.Capture()ITargetElement.CaptureImage()ITargetElement.GetStringPresentation()ITargetElement.TechnologyTypeITargetElement.DepthITargetElement.IsTestRegionITargetElement.ParsedElementITargetElement.Host

Properties

CanvasPanel

Gets the canvas holding the RadialMenu when used as ContextMenu.

Declaration

cs-api-definition
FrameworkElement CanvasPanel { get; }

Property Value

FrameworkElement

CentralButton

Gets the central button of the RadialMenu.

Declaration

cs-api-definition
FrameworkElement CentralButton { get; }

Property Value

FrameworkElement

IsContextMenu

Gets the value that indicates whether the RadRadialMenu is used as ContextMenu.

Declaration

cs-api-definition
bool IsContextMenu { get; }

Property Value

bool

IsOpen

Gets the value that indicates whether the RadRadialMenu is opened.

Declaration

cs-api-definition
bool IsOpen { get; }

Property Value

bool

Items

Gets the list of RadRadialMenuItem items.

Declaration

cs-api-definition
IList<IRadRadialMenuItem> Items { get; }

Property Value

IList<IRadRadialMenuItem>

Methods

ClickRadialMenuItem(string)

Declaration

cs-api-definition
void ClickRadialMenuItem(string itemHeader)

Parameters

itemHeader

string

ClickTheCentralButton()

Clicks the central button of the RadialMenu and waits for the animation to finish.

Declaration

cs-api-definition
void ClickTheCentralButton()

GetItemNavigationButton(string)

Gets RadRadialMenuItem NavigationButton. If no childern are found null is returned.

Declaration

cs-api-definition
INavigationItemButton GetItemNavigationButton(string itemHeader)

Parameters

itemHeader

string

The Header of the RadRadialMenuItem.

Returns

INavigationItemButton

GetRadialMenuItemByHeader(string)

Gets a RadialMenu by given Header.

Declaration

cs-api-definition
IRadRadialMenuItem GetRadialMenuItemByHeader(string itemHeader)

Parameters

itemHeader

string

The Header of the RadRadialMenuItem.

Returns

IRadRadialMenuItem

GoToItemChildren(string)

Click RadRadialMenuItems Navigation button in order to display its children.

Declaration

cs-api-definition
void GoToItemChildren(string itemHeader)

Parameters

itemHeader

string

The Header of the RadRadialMenuItem.

IsItemHighlighted(string)

Checks if RadRadialMenuItem with spesific Header is highlighted

Declaration

cs-api-definition
bool IsItemHighlighted(string itemHeader)

Parameters

itemHeader

string

The Header of the RadRadialMenuItem.

Returns

bool

IsItemSelected(string)

Checks if RadRadialMenuItem with spesific Header is selected

Declaration

cs-api-definition
bool IsItemSelected(string itemHeader)

Parameters

itemHeader

string

The Header of the RadRadialMenuItem.

Returns

bool