AD
Administrator
Syncfusion Team
April 19, 2005 07:22 PM UTC
Hi Fragi,
To use a Syncfusion menu as a context menu, you need to add a MainFrameBarManager, PopupMenuManager, and one or more PopupMenus to your Form. The PopupMenuManager will add an extended property to your controls called XPContextMenu. If you then assign a PopupMenu to this property, it will function as the context menu for that control.
So to get the setup you describe, you would create two PopupMenus. You would assign the first PopupMenu to the TabControlAdv and the second PopupMenu to every TabPageAdv.
Regards,
Gregory Austin
Syncfusion Inc.