Link Constructor (XmlElement, ImageList, Guid)
Initializes a new instance of the Link class with the XML element to parse, the image list, and a global identifier.
Namespace: Microsoft.WindowsServerSolutions.Common.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public Link(
XmlElement node,
ImageList imageList,
Guid id
)
public:
Link(
XmlElement^ node,
ImageList^ imageList,
Guid id
)
Public Sub New (
node As XmlElement,
imageList As ImageList,
id As Guid
)
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.
id
Type: System.GuidThe global identifier of the link.
See Also
Link Overload
Link Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace
Return to top