Aurigma Graphics Mill 5.5 for .NET
AviWriter..::.OptionsDialogParentHandle Property
Gets/sets the HWND of the window which should be a parent of the options dialog displayed by a writer.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.AviProcessor (in Aurigma.GraphicsMill.Codecs.AviProcessor.dll)
Remarks
Most typically this value should be equal to the handle of the main form of your application. You can also set it to null. In this case the options dialog will be opened as an independent window (it will be visible in the task bar).
Note, this property is meaningful only if you set the ShowOptionDialog to true.