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