Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTabShrinkInfo Structure / NTabShrinkInfo Constructor


In This Topic
    NTabShrinkInfo Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal sizeToFit As System.Integer, _
       ByVal prefferedSize As System.Integer, _
       ByVal currSize As System.Integer _
    )
    'Usage
     
    
    Dim sizeToFit As System.Integer
    Dim prefferedSize As System.Integer
    Dim currSize As System.Integer
     
    Dim instance As New NTabShrinkInfo(sizeToFit, prefferedSize, currSize)
    public NTabShrinkInfo( 
       System.int sizeToFit,
       System.int prefferedSize,
       System.int currSize
    )

    Parameters

    sizeToFit
    prefferedSize
    currSize
    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