ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1JumpTask Class / ShowCommand Property

In This Topic
    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;}
    Remarks
    The show command sets the initial show state of the window.
    See Also