This method retrieves the width of a control.
HRESULT get_Width( long *pdx );
NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.
This method must be implemented, but can return E_NOTIMPL. However, it should be fully implemented if IASControl::GetBounds is implemented.
IASControl::put_Width, IASControl::GetBounds