Interface
IRadContextMenu

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public interface IRadContextMenu : IRadMenuBase, IControl, IFrameworkElement, ITargetElement

Derived Classes: RadContextMenuRadContextMenu

Inherited Members IRadMenuBase.ClickToOpenIControl.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

EventName

Gets or sets the name of the event that will open the context menu.

Declaration

cs-api-definition
string EventName { get; }

Property Value

string

HorizontalOffset

Get or sets the horizontal distance between the target origin and the popup alignment point.

Declaration

cs-api-definition
double HorizontalOffset { get; }

Property Value

double

IsOpen

Gets or sets a value that indicates whether the RadContextMenu is visible.

Declaration

cs-api-definition
bool IsOpen { get; }

Property Value

bool

ItemElements

Gets the collection of all the root RadMenuItem elements.

Declaration

cs-api-definition
IList<IRadMenuItem> ItemElements { get; }

Property Value

IList<IRadMenuItem>

StaysOpen

Gets or sets a value that indicates whether the RadContextMenu should close automatically.

Declaration

cs-api-definition
bool StaysOpen { get; }

Property Value

bool

VerticalOffset

Get or sets the vertical distance between the target origin and the popup alignment point.

Declaration

cs-api-definition
double VerticalOffset { get; }

Property Value

double

XMousePosition

Gets the X position of the mouse at the moment when the menu was opened.

Declaration

cs-api-definition
int XMousePosition { get; }

Property Value

int

YMousePosition

Gets the Y position of the mouse at the moment when the menu was opened.

Declaration

cs-api-definition
int YMousePosition { get; }

Property Value

int