IASControl::put_Width

This method sets the width of a control.

Syntax

HRESULT put_Width( long dx );

Parameters

dx
Specifies the control’s width.

Return Values

NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.

Remarks

This method must be implemented, but can return E_NOTIMPL.

See Also

IASControl::get_Width