ComponentOne Windows 7 Control Pack for WinForms
ShowCommand Property (C1JumpTask)



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1JumpTask Class : ShowCommand Property
Gets or sets the show command for a Shell link object.
Syntax
<DefaultValueAttribute()>
<C1DescriptionAttribute("Specifies the show command for a Shell link object.")>
<C1CategoryAttribute("動作")>
Public Property ShowCommand As ShellLinkShowCommand
Dim instance As C1JumpTask
Dim value As ShellLinkShowCommand
 
instance.ShowCommand = value
 
value = instance.ShowCommand
[DefaultValue()]
[C1Description("Specifies the show command for a Shell link object.")]
[C1Category("動作")]
public ShellLinkShowCommand ShowCommand {get; set;}
[DefaultValue()]
[C1Description("Specifies the show command for a Shell link object.")]
[C1Category("動作")]
public:
property ShellLinkShowCommand ShowCommand {
   ShellLinkShowCommand get();
   void set (    ShellLinkShowCommand value);
}
Remarks
The show command sets the initial show state of the window.
See Also

Reference

C1JumpTask Class
C1JumpTask Members