IASEditBox::put_TrimRight

This method sets whether or not trailing white spaces are trimmed.

Syntax

HRESULT put_TrimRight( BOOL fTrimRight );

Parameters

fTrimRight
[in] Boolean that is set to TRUE if the white spaces are to be trimmed, or to FALSE if not.

Return Values

S_FALSE indicates there is nothing more to delete.

Remarks

This property is set to TRUE by default.