overflow Property

Sets or returns a String that represents how to manage the content of the object when the content exceeds the height and/or width of the object.

expression.overflow

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

Remarks

The overflow property can be one of the following String values.

String that specifies one of the following values:

Value Description
visible Content is not clipped, and scroll bars are not added.
scroll Content is clipped, and scroll bars are added even if the content does not exceed the dimensions of the object.
hidden Content that exceeds the dimensions of the object is not shown.
auto Content is clipped, and scrolling is added only when necessary.

Applies to | FPHTMLStyle Object | IFPStyleState Object | IHTMLRuleStyle Object | IHTMLStyle Object