Link Constructor (String, String, String, String, String, ImageList, Guid)
Initializes a new instance of the Link class with link and ShellExecute information.
Namespace: Microsoft.WindowsServerSolutions.Common.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public Link(
string title,
string description,
string shellExecPath,
string argumentFormatString,
string imagePath,
ImageList imageList,
Guid id
)
public:
Link(
String^ title,
String^ description,
String^ shellExecPath,
String^ argumentFormatString,
String^ imagePath,
ImageList^ imageList,
Guid id
)
Public Sub New (
title As String,
description As String,
shellExecPath As String,
argumentFormatString As String,
imagePath As String,
imageList As ImageList,
id As Guid
)
Parameters
title
Type: System.StringThe title of the link.
description
Type: System.StringA description of the link.
shellExecPath
Type: System.StringThe ShellExecute path for the link.
argumentFormatString
Type: System.StringThe command-line arguments to use with the shellExecPath parameter.
imagePath
Type: System.StringThe path to the link's image.
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