SECEditController::IsReadOnly

BOOL SECEditController::IsReadOnly(void)

Returns the read-only status of the data model.

Defined in: SECEditController.cpp

Return Value

Returns non-zero if the data model is read-only; otherwise 0.

Comments

Override this function to have a read only status on a per controller basis. SetReadOnly is provided as a part of the CEdit compatibility layer and is not virtual, but this function is not called from the OE framework, as are none of the CEdit compatibility functions. You can implement your own SetReadOnly in a derived class if you override this function.

See Also

SECEditController