width property
Sets or gets a value that you can use to implement your own IHTMLBlockElement2::width functionality for the object.
Syntax
HRESULT value = object.put_width( v);HRESULT value = object.get_width(* p);
Property values
Type: BSTR
the value for IHTMLBlockElement2::width property.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
- HTML 4.01 Specification, Section 0 (Deprecated)
Remarks
This property has no default value.
The functionality specified by the HTML 4.0 standard is not implemented.
There is no functionality implemented for this property unless it is defined by the author.
IHTMLBlockElement2::width was introduced in Microsoft Internet Explorer 6.
Show: