Partager via


Link Constructor

 

Initializes a new instance of the Link class.

Namespace:   Microsoft.WindowsServerSolutions.Common.Controls
Assembly:  AdminCommon (in AdminCommon.dll)

Overload List

Name Description
System_CAPS_pubmethod Link(String, String, String, String, String, ImageList, Guid)

Initializes a new instance of the Link class with link and ShellExecute information.

System_CAPS_pubmethod Link(XmlElement, ImageList)

Initializes a new instance of the Link class with the XML element to parse and the image list.

System_CAPS_pubmethod Link(XmlElement, ImageList, Guid)

Initializes a new instance of the Link class with the XML element to parse, the image list, and a global identifier.

System_CAPS_pubmethod Link(XmlElement, ImageList, ResourceHandler)

Initializes a new instance of the Link class with the XML element to parse, the resource handler, and the image list.

System_CAPS_pubmethod Link(XmlElement, ResourceHandler, ImageList, Guid)

Initializes a new instance of the Link class with the XML element to parse, the resource handler, the image list, and a global identifier.

See Also

Link Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace

Return to top