Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a common link control in a dashboard.
Namespace:   Microsoft.WindowsServerSolutions.Common.Controls
Assembly:  AdminCommon (in AdminCommon.dll)
Inheritance Hierarchy
System.Object
  Microsoft.WindowsServerSolutions.Common.Controls.Link
Syntax
public class Link
public ref class Link 
Public Class Link
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | Link(String, String, String, String, String, ImageList, Guid) | Initializes a new instance of the Link class with link and ShellExecute information. | 
| .jpeg) | Link(XmlElement, ImageList) | Initializes a new instance of the Link class with the XML element to parse and the image list. | 
| .jpeg) | 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. | 
| .jpeg) | 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. | 
| .jpeg) | 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. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | ArgumentFormatString | Gets or sets the command-line arguments to use with ShellExecPath. | 
| .jpeg) | Description | Gets or sets the second line entry in the list view. | 
| .jpeg) | HasLaunched | Gets or sets a value that indicates whether this link has been launched. If the link has been launched, the item no longer appears as bold in the list view. | 
| .jpeg) | Id | Gets or sets the global identifier of the link. This value allows external callers to identify this object. | 
| .jpeg) | ImageIndex | Gets or sets the index of the image to use in the list view. | 
| .jpeg) | ShellExecPath | Gets or sets the string to pass to ShellExecute when launching. | 
| .jpeg) | Title | Gets or sets the first line entry in the list view. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
| .jpeg) | UpdateListViewItem(Boolean) | Constructs or updates a list view item for the parent by using the XML element, if any, that was passed in when the link was created. | 
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Common.Controls Namespace
Return to top