lpTemplateName property

PWSTR get lpTemplateName

The name of the dialog box template resource in the module identified by the hInstance member.

Implementation

PWSTR get lpTemplateName => .new(_lpTemplateName);
set lpTemplateName (PWSTR value)

Implementation

set lpTemplateName(PWSTR value) => _lpTemplateName = value;