Share

CNavDialog::SetReadOnlySpecified

C++

void SetReadOnlySpecified(
    BOOL readOnly
);

Description

Sets the read-only is specified flag. Called after the dialog is dismissed to determine if the user chose read-only commit.

Parameters

Parameters Description
readOnly If true, the user chose read-only commit; otherwise false

Links

CNavDialog Class

Was this information helpful?