This documentation is for the old version. Go to the latest Graphics Mill docs

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)

Syntax

Visual Basic
Public Property OptionsDialogParentHandle As IntPtr
C#
public IntPtr OptionsDialogParentHandle { get; set; }

Property Value

A value which contains the HWND of the options dialog parent window.

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.

Note

You should set this value before you open the writer object. You cannot change it when the writer is already opened!

See Also

Reference