IASEditBox::put_ItemWidth

This method sets the width of an item.

Syntax

HRESULT put_ItemWidth( long lWidth );

Parameters

lWidth
[in] Long integer that contains the width of the item.

Return Values

NOERROR indicates success. E_INVALIDARG indicates that lWidth is less than 0.

Remarks

When editing, text is drawn in a non-proportional font inside equally sized boxes. The box with focus becomes a spin box, so the user can cycle through the available characters.