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