Link Constructor (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.
Namespace: Microsoft.WindowsServerSolutions.Common.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public Link(
XmlElement node,
ResourceHandler resourceHandler,
ImageList imageList,
Guid id
)
public:
Link(
XmlElement^ node,
ResourceHandler^ resourceHandler,
ImageList^ imageList,
Guid id
)
Public Sub New (
node As XmlElement,
resourceHandler As ResourceHandler,
imageList As ImageList,
id As Guid
)
Parameters
node
Type: System.Xml.XmlElementThe XML element that contains the link data.
resourceHandler
Type: Microsoft.WindowsServerSolutions.Common.ResourceHandlerThe resource handler that contains the localized strings.
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