'Declaration <DefaultValueAttribute()> <CategoryAttribute("Behavior")> <DescriptionAttribute("Indicates if the tool window/Mdi child-selection menu is displayed when the CTRL and TAB buttons are pressed.")> Public Property ShowMenuOnCtrlTab As Boolean
'Usage Dim instance As DockLayoutManager Dim value As Boolean instance.ShowMenuOnCtrlTab = value value = instance.ShowMenuOnCtrlTab
[DefaultValue()] [Category("Behavior")] [Description("Indicates if the tool window/Mdi child-selection menu is displayed when the CTRL and TAB buttons are pressed.")] public bool ShowMenuOnCtrlTab {get; set;}