ContextMenuStrip
Last updated
Was this helpful?
Last updated
Was this helpful?
Adds supports for [System.Windows.Forms.ContextMenuStrip]().
Component Selector: 'wm-contextmenustrip'
Kendo UI Component: Kendo UI Component:
ContextMenuStrip extends .
Property
Get
Set
Notify Changes
Details
Name: string
Yes
No
No
Enabled: boolean
Yes
Yes
No
Visible: boolean
Yes
Yes
No
url: string
Yes
No
No
Url to the remote service which return the menu items
show: boolean
No
No
No
Used to close or open the contextmenu
offset: any
No
No
No
Used to position the contextmenu in the clicked point
items: any[]
No
No
No
Array of data of the contextmenu
currentItem: any
No
No
No
When any item was clicked is set as the current item
Method
Supported
Details
for (component: any)
Yes
Used as an input for another component to attach the contextmenu
onContextMenu(e: EventData)
Yes
Method that set values of the contextmenu to show it on each right click
unsubscribe()
Yes
Used to reset subscription of the component
Event
Supported
Parameter
Details
menuItemSelected
Yes
$event: any
Triggers Click
Event.
Inherited from ControlComponent
Inherited from ControlComponent
Inherited from ControlComponent