IASEditBox::get_Editing

This method checks to see if editing is enabled.

Syntax

HRESULT get_Editing( BOOL *pfEditing );

Parameters

pfEditing
[out] Pointer to a 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.