Xceed .NET Libraries Documentation
ProgramGroupItem Constructor


Xceed.Zip Assembly > Xceed.Zip.Sfx Namespace > ProgramGroupItem Class : ProgramGroupItem Constructor
The description of the program group item.
The path and name of the file to open when selected.
Initializes a new instance of the ProgramGroupItem class specifying its description and the file which it opens.
Syntax
'Declaration
 
Public Function New( _
   ByVal description As String, _
   ByVal fileToOpen As String _
)
'Usage
 
Dim description As String
Dim fileToOpen As String
 
Dim instance As New ProgramGroupItem(description, fileToOpen)
public ProgramGroupItem( 
   string description,
   string fileToOpen
)

Parameters

description
The description of the program group item.
fileToOpen
The path and name of the file to open when selected.
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

Reference

ProgramGroupItem Class
ProgramGroupItem Members