'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets or sets the visual tab editor mode.")> <System.ComponentModel.EditorAttribute(Nevron.UI.NFlagsEnumTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property VisualTabEditorMode As VisualTabEditorMode
'Usage
Dim instance As NDockManager Dim value As VisualTabEditorMode instance.VisualTabEditorMode = value value = instance.VisualTabEditorMode
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets or sets the visual tab editor mode.")] [System.ComponentModel.Editor(Nevron.UI.NFlagsEnumTypeEditor, System.Drawing.Design.UITypeEditor)] public VisualTabEditorMode VisualTabEditorMode {get; set;}