IASEditBox::put_Editing

This method sets whether editing is enabled or not.

Syntax

HRESULT put_Editing( BOOL fEditing );

Parameters

fEditing
[in] Boolean that is set to TRUE if editing is enabled, or to FALSE if not.

Return Values

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