Nevron .NET Vision
Nevron.UI Namespace / NTickInfo Structure / NTickInfo Constructor


In This Topic
    NTickInfo Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal length As System.Integer, _
       ByVal frequency As System.Integer, _
       ByVal style As System.Windows.Forms.TickStyle _
    )
    'Usage
     
    
    Dim length As System.Integer
    Dim frequency As System.Integer
    Dim style As System.Windows.Forms.TickStyle
     
    Dim instance As New NTickInfo(length, frequency, style)
    public NTickInfo( 
       System.int length,
       System.int frequency,
       System.Windows.Forms.TickStyle style
    )

    Parameters

    length
    frequency
    style
    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