Share

CNavDialog::SetOkButtonMenuExists

C++

void SetOkButtonMenuExists(
    BOOL bExists
);

Description

Sets a flag that determines if the commit button has an associated menu. If a menu is desired, when creating a file, call this function with the argument set to true after base class initialization.

Parameters

Parameters Description
bExists If true, the commit button has an associated menu; if false it does not

Links

CNavDialog Class

Was this information helpful?