Link Class
Represents a common link control in a dashboard.
Assembly: AdminCommon (in AdminCommon.dll)
| 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. |
| Name | Description | |
|---|---|---|
![]() | ArgumentFormatString | Gets or sets the command-line arguments to use with ShellExecPath. |
![]() | Description | Gets or sets the second line entry in the list view. |
![]() | 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. |
![]() | Id | Gets or sets the global identifier of the link. This value allows external callers to identify this object. |
![]() | ImageIndex | Gets or sets the index of the image to use in the list view. |
![]() | ShellExecPath | Gets or sets the string to pass to ShellExecute when launching. |
![]() | Title | Gets or sets the first line entry in the list view. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | 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. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


