Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NTabStyle Class / TextVisibility Property


In This Topic
    TextVisibility Property (NTabStyle)
    In This Topic
    Gets or sets the TabTextVisibility value to be used for strips.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.ComponentModel.CategoryAttribute("Tab Appearance")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the TabTextVisibility value to be used for strips.")>
    Public Property TextVisibility As TabTextVisibility
    'Usage
     
    
    Dim instance As NTabStyle
    Dim value As TabTextVisibility
     
    instance.TextVisibility = value
     
    value = instance.TextVisibility
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.ComponentModel.Category("Tab Appearance")]
    [System.ComponentModel.Description("Gets or sets the TabTextVisibility value to be used for strips.")]
    public TabTextVisibility TextVisibility {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