ShowCommand Property (C1JumpTask)
In This Topic
Gets or sets the show command for a Shell link object.
Syntax
'Declaration
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<C1CategoryAttribute("Behavior")>
<C1DescriptionAttribute("C1JumpTask.ShowCommand", "Specifies the show command for a Shell link object.")>
Public Property ShowCommand As ShellLinkShowCommand
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[C1Category("Behavior")]
[C1Description("C1JumpTask.ShowCommand", "Specifies the show command for a Shell link object.")]
public ShellLinkShowCommand ShowCommand {get; set;}
See Also