Share via


IFrameElement.noResize Property

SharePoint Designer Developer Reference

Returns or sets a Boolean that represents whether a user can resize a border to a frame when it is displayed in the browser. False indicates the frame size is fixed and the user cannot resize it. Corresponds to the noresize attribute for the FRAME element.

Syntax

expression.noResize

expression   Required. A variable that represents an IFrameElement object.

See Also