Nevron .NET Vision
Nevron.GraphicsCore Namespace / NUrlLinkAttribute Class / NUrlLinkAttribute Constructor / NUrlLinkAttribute Constructor(String,Boolean)


In This Topic
    NUrlLinkAttribute Constructor(String,Boolean)
    In This Topic
    Creates a new url link attribute using the specified settings.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal url As System.String, _
       ByVal openInNewWindow As System.Boolean _
    )
    'Usage
     
    
    Dim url As System.String
    Dim openInNewWindow As System.Boolean
     
    Dim instance As New NUrlLinkAttribute(url, openInNewWindow)
    public NUrlLinkAttribute( 
       System.string url,
       System.bool openInNewWindow
    )

    Parameters

    url
    openInNewWindow
    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