New to Telerik UI for WinFormsStart a free 30-day trial

Properties

Updated over 6 months ago
PropertyDescription
ItemsGets menu items collection.
ImageListGets or sets the ImageList that contains the images displayed by this control.
DropDownGets menu drop down panel.

As of R1 2022 SP1 the animation-related properties are exposed directly on the context-menu:

WinForms RadContextMenu Animation

Methods

MethodDescription
Show()Displays the context menu in its default position.
Show(int x, int y)Displays the context menu relative to the specified screen x,y coordinates.
Show(Point point)Displays the context menu relative to the specified screen location.
Show(Point point, RadDirection popupDirection)Positions the context menu relative to the specified screen location and with the specified direction.
Show(Control control, int x, int y)Positions the context menu relative to the specified control x,y coordinates.
Show(Control control, Point point)Positions the context menu relative to the specified control location.
Show(Control control, Point point, RadDirection popupDirection)Positions the context menu relative to the specified control location and with the specified direction.
Show(RadItem item, int x, int y)Positions the context menu relative to the specified RadItem x,y coordinates.
Show(RadItem item, Point point)Positions the context menu relative to the specified RadItem location.
Show(RadItem item, Point point, RadDirection popupDirection)Positions the context menu relative to the specified RadItem location and with the specified direction.
Show(RadItem item, int ownerOffset, RadDirection popupDirection)Positions the context menu relative to the specified RadItem location and with specified direction and offset according to the owner.

Events

EventDescription
DropDownOpeningOccurs when the drop down is opening.
DropDownClosingOccurs when the drop down is closing.
DropDownOpenedOccurs when the drop down is opened.
DropDownClosedOccurs when the drop down is closed.

See Also

In this article
MethodsEventsSee Also
Not finding the help you need?
Contact Support