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
node
Type: System.Xml.XmlElementThe XML element that contains the link data.
imageList
Type: System.Windows.Forms.ImageListThe image list that contains the image for the link.
See Also
Link Overload
Link Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace
Return to top