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


NUrlLinkAttribute Constructor(String,Boolean)
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)

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