Partager via


Link Constructor (XmlElement, ImageList)

 

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

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

Syntax

public Link(
    XmlElement node,
    ImageList imageList
)
public:
Link(
    XmlElement^ node,
    ImageList^ imageList
)
Public Sub New (
    node As XmlElement,
    imageList As ImageList
)

Parameters

See Also

Link Overload
Link Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace

Return to top