BCGControlBar Library for .NET
ShowDefaultContextMenu Property




Specifies if the context menu will be shown on right click on a tab from the TabStrip control of the MDIContainer.
Syntax
'Declaration
 
Public Property ShowDefaultContextMenu As Boolean
'Usage
 
Dim instance As MdiTabsOptions
Dim value As Boolean
 
instance.ShowDefaultContextMenu = value
 
value = instance.ShowDefaultContextMenu
public bool ShowDefaultContextMenu {get; set;}
public: __property bool get_ShowDefaultContextMenu();
public: __property void set_ShowDefaultContextMenu( 
   bool value
);
public:
property bool ShowDefaultContextMenu {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MdiTabsOptions Class
MdiTabsOptions Members

Send Feedback