Constructor for Add/Edit Marker window. Requires a hook to the main form and
the window mode must be specified.
Declaration Syntax
C# | Visual Basic |
public frmAddEditMarker( frmMain main, AddEditMarkerWindowMode mode, AudioFile audioFile, Guid markerId )
Public Sub New ( _ main As frmMain, _ mode As AddEditMarkerWindowMode, _ audioFile As AudioFile, _ markerId As Guid _ )
Parameters
- main (frmMain)
- Hook to the main window
- mode (AddEditMarkerWindowMode)
- Window mode
- audioFile (AudioFile)
- AudioFile linked to the marker
- markerId (Guid)
- Identifier of the marker (if it exists)