IASEditBox::put_ReadOnly

This method sets whether an edit box is read-only or not.

Syntax

HRESULT put_ReadOnly( BOOL fReadOnly );

Parameters

fReadOnly
[in] Boolean that is set to TRUE to define the edit box as read-only, or FALSE to make it available for editing.

Return Values

NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.