Xceed .NET Libraries Documentation
Xceed.Zip Assembly / Xceed.Zip.Sfx Namespace / ProgramGroupItem Class / FileToOpen Property


In This Topic
    FileToOpen Property
    In This Topic
    Gets or sets the path and name of the file the program group item will open when selected.
    Syntax
    'Declaration
     
    Public Property FileToOpen As String
    'Usage
     
    Dim instance As ProgramGroupItem
    Dim value As String
     
    instance.FileToOpen = value
     
    value = instance.FileToOpen
    public string FileToOpen {get; set;}

    Property Value

    A string representing the path and name of the file that the program group item will open when selected.Variables can be used.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also