AllowContextMenu Property (C1Ribbon)
In This Topic
Gets or sets whether the special context menu should appear when a user clicks the Ribbon with the right mouse button.
Syntax
'Declaration
Public Property AllowContextMenu As Boolean
public bool AllowContextMenu {get; set;}
See Also