IASEditBox::get_ReadOnly

This method retrieves whether or not the edit box is read-only.

Syntax

HRESULT get_ReadOnly( BOOL *pfReadOnly );

Parameters

pfReadOnly
[out] Pointer to a Boolean set to TRUE if the edit box is read-only, or FALSE if it is available for editing.

Return Values

NOERROR indicates success. E_INVALIDARG indicates that the argument is invalid.