Link Class

 

Represents a common link control in a dashboard.

Namespace:   Microsoft.WindowsServerSolutions.Common.Controls
Assembly:  AdminCommon (in AdminCommon.dll)

System::Object
  Microsoft.WindowsServerSolutions.Common.Controls::Link

public ref class Link 

NameDescription
System_CAPS_pubmethodLink(String^, String^, String^, String^, String^, ImageList^, Guid)

Initializes a new instance of the Link class with link and ShellExecute information.

System_CAPS_pubmethodLink(XmlElement^, ImageList^)

Initializes a new instance of the Link class with the XML element to parse and the image list.

System_CAPS_pubmethodLink(XmlElement^, ImageList^, Guid)

Initializes a new instance of the Link class with the XML element to parse, the image list, and a global identifier.

System_CAPS_pubmethodLink(XmlElement^, ImageList^, ResourceHandler^)

Initializes a new instance of the Link class with the XML element to parse, the resource handler, and the image list.

System_CAPS_pubmethodLink(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.

NameDescription
System_CAPS_pubpropertyArgumentFormatString

Gets or sets the command-line arguments to use with ShellExecPath.

System_CAPS_pubpropertyDescription

Gets or sets the second line entry in the list view.

System_CAPS_pubpropertyHasLaunched

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.

System_CAPS_pubpropertyId

Gets or sets the global identifier of the link. This value allows external callers to identify this object.

System_CAPS_pubpropertyImageIndex

Gets or sets the index of the image to use in the list view.

System_CAPS_pubpropertyShellExecPath

Gets or sets the string to pass to ShellExecute when launching.

System_CAPS_pubpropertyTitle

Gets or sets the first line entry in the list view.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodUpdateListViewItem(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.

Return to top

Community Additions

ADD
Show: