Share

CNavDialog::SetReadOnlyAllowed

C++

void SetReadOnlyAllowed(
    BOOL allow
);

Description

Sets the read-only OK button menu item flag. Used only if the OK button menu exists.

Parameters

Parameters Description
allow True if the OK button menu item is read-only; otherwise false

Links

CNavDialog Class

Was this information helpful?