'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.