Nevron .NET Vision
Nevron.ThinWeb Namespace / NPostbackTool Class / NPostbackTool Constructor / NPostbackTool Constructor(Boolean)


In This Topic
    NPostbackTool Constructor(Boolean)
    In This Topic
    Default constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal postbackOnlyOnInteractiveItems As System.Boolean _
    )
    'Usage
     
    
    Dim postbackOnlyOnInteractiveItems As System.Boolean
     
    Dim instance As New NPostbackTool(postbackOnlyOnInteractiveItems)
    public NPostbackTool( 
       System.bool postbackOnlyOnInteractiveItems
    )

    Parameters

    postbackOnlyOnInteractiveItems
    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