Share

CNavDialog::SetOkButtonText

C++

void SetOkButtonText(
    LPCTSTR text
);

Description

Sets the text for the commit button. This is typically the OK or Save button.

Parameters

Parameters Description
text Text of the button

Links

CNavDialog Class

Was this information helpful?