Link.ArgumentFormatString Property

 

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

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

Syntax

public string ArgumentFormatString { get; set; }
public:
property String^ ArgumentFormatString {
    String^ get();
    void set(String^ value);
}
Public Property ArgumentFormatString As String

Property Value

Type: System.String

A System.String.

Remarks

Users of this control can choose to pass along command-line arguments for context to link implementers, so a string as simple as "{0}" could be use used with the Format method in the LaunchLink event handler of your property page or wizard to insert context.

See Also

Link(String, String, String, String, String, ImageList, Guid)
Link.ShellExecPath
Link Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace

Return to top