lpstrTitle property

Pointer<Utf16> lpstrTitle
getter/setter pair

A string to be placed in the title bar of the dialog box. If this member is null, the system uses the default title (that is, Save As or Open).

Implementation

external Pointer<Utf16> lpstrTitle;