Share via


FrameState Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

The FrameState property indicates the current frame state of the Web Part. The value for FrameState can be one of the following:

Value Value
0 The Web Part is displayed maximized.
1 The Web Part is displayed minimized.

Dashboard factories use this property value to determine how to render the Web Part initially. If a user minimizes a Web Part, the dashboard view updates this value, so future renderings use the new setting. Dashboard factories can handle values other than those listed here and use the default value (0) if the dashboard factory cannot interpret the current value.

Property Value
Data Type Long
Default 0
IsContentIndexed FALSE
IsIndexed FALSE
IsMultiValued FALSE
IsReadOnly FALSE
IsRequired FALSE
IsVisible TRUE
Version 1
TextFormat N/A

See Also

Web Part Schema Properties | HasFrame Property