'Declaration <DefaultValueAttribute()> <DescriptionAttribute("The style with which the tabs in every tab-group are drawn.")> <CategoryAttribute("Appearance")> Public Property Style As RenderStyle
'Usage Dim instance As TabbedMdiManager Dim value As RenderStyle instance.Style = value value = instance.Style
[DefaultValue()] [Description("The style with which the tabs in every tab-group are drawn.")] [Category("Appearance")] public RenderStyle Style {get; set;}