Link Constructor (XmlElement, ImageList, ResourceHandler)

 

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

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

Syntax

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

Parameters

See Also

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

Return to top