Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTabStrip Class / AutoSizeMask Property


In This Topic
    AutoSizeMask Property (NTabStrip)
    In This Topic
    Gets/sets the mask used to perform auto-sizing.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the mask used to perform auto-sizing.")>
    Public Property AutoSizeMask As AutoSizeMask
    'Usage
     
    
    Dim instance As NTabStrip
    Dim value As AutoSizeMask
     
    instance.AutoSizeMask = value
     
    value = instance.AutoSizeMask
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.ComponentModel.Description("Gets/sets the mask used to perform auto-sizing.")]
    public AutoSizeMask AutoSizeMask {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