frameType Property
Returns a String that represents how frames within a Web Part zone or within individual Web Parts within a zone are rendered in the browser.
expression.frameType
*expression * Required. An expression that returns one of the objects in the Applies To list.
Remarks
The frameType property can be one of the following String values.
Value | Description |
---|---|
empty |
Resets the frameType property to "Standard". |
Standard |
Renders both a title bar and a border around a Web Part. |
TitleBarOnly |
Renders only a title bar for a Web Part. |
None |
Renders all Web Parts in a zone without frames. |
Applies to | FPHTMLWebPartZoneElement Object | IHTMLWebPartZoneElement Object