ComponentOne Windows 7 Control Pack for WinForms
Arguments Property (C1JumpLink)



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1JumpLink Class : Arguments Property
Gets or sets the arguments passed to the application on startup.
Syntax
<DefaultValueAttribute()>
<C1CategoryAttribute("動作")>
<C1DescriptionAttribute("Arguments passed to the application on startup.")>
Public Property Arguments As String
Dim instance As C1JumpLink
Dim value As String
 
instance.Arguments = value
 
value = instance.Arguments
[DefaultValue()]
[C1Category("動作")]
[C1Description("Arguments passed to the application on startup.")]
public string Arguments {get; set;}
[DefaultValue()]
[C1Category("動作")]
[C1Description("Arguments passed to the application on startup.")]
public:
property String^ Arguments {
   String^ get();
   void set (    String^ value);
}
Remarks
Adding links with no arguments is not supported by Shell.
See Also

Reference

C1JumpLink Class
C1JumpLink Members