Link Constructor
Initializes a new instance of the Link class.
Namespace: Microsoft.WindowsServerSolutions.Common.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Overload List
Name | Description | |
---|---|---|
Link(String, String, String, String, String, ImageList, Guid) | Initializes a new instance of the Link class with link and ShellExecute information. |
|
Link(XmlElement, ImageList) | Initializes a new instance of the Link class with the XML element to parse and the image list. |
|
Link(XmlElement, ImageList, Guid) | Initializes a new instance of the Link class with the XML element to parse, the image list, and a global identifier. |
|
Link(XmlElement, ImageList, ResourceHandler) | Initializes a new instance of the Link class with the XML element to parse, the resource handler, and the image list. |
|
Link(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. |
See Also
Link Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace
Return to top