width Property

Microsoft FrontPage Visual Basic

Show All Show All

width Property

ShowAs it applies to the FPHTMLImg, FPHTMLInputImage, IHTMLImgElement, and IHTMLInputImage objects.

Sets or returns a Long that represents the width of an image. Corresponds to the width attribute for an IMG element or an INPUT element of type "image".

expression.width

expression    Required. An expression that returns one of the objects in the Applies To list.

ShowAs it applies to the IFPStyleState object.

Returns an IFPStyleLength object that represents the measurement settings for the width attribute for the element specified in the IFPStyleState object.

expression.width

expression    Required. An expression that returns one of the objects in the Applies To list.

ShowAs it applies to all other objects in the Applies To list.

Sets or returns a Variant that represents the value of the width attribute of an element. Corresponds to the width attribute.

expression.width

expression    Required. An expression that returns one of the objects in the Applies To list.