'Declaration Public Overloads Function Add( _ ByVal description As String, _ ByVal fileToOpen As String _ ) As Integer
'Usage Dim instance As ProgramGroupItemList Dim description As String Dim fileToOpen As String Dim value As Integer value = instance.Add(description, fileToOpen)
public int Add( 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.
Return Value
The zero-based index at which the program group item was added.