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)
Public Property OptionsDialogParentHandle As IntPtr
public IntPtr OptionsDialogParentHandle { get; set; }
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.
You should set this value before you open the writer object. You cannot change it when the writer is already opened!