lpstrTitle property

PWSTR get lpstrTitle

A string to be placed in the title bar of the dialog box.

Implementation

PWSTR get lpstrTitle => .new(_lpstrTitle);
set lpstrTitle (PWSTR value)

Implementation

set lpstrTitle(PWSTR value) => _lpstrTitle = value;