IASEditBox::get_TrimRight

The method retrieves whether or not trailing white spaces are trimmed.

Syntax

HRESULT get_TrimRight( BOOL *pfTrimRight );

Parameters

pfTrimRight
[out] Pointer to a Boolean that is set to TRUE if the white spaces are trimmed, or to FALSE if not.

Return Values

An appropriate HRESULT value is returned.

Remarks

The pfTrimRight parameter is set to TRUE by default, which indicates that trailing white spaces are trimmed from the right side of a line of text in the edit box.