Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockManager Class / VisualTabEditorMode Property


In This Topic
    VisualTabEditorMode Property
    In This Topic
    Gets or sets the visual tab editor mode.
    Syntax
    '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;}
    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