WebPart.IsClosed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether a WebPart control is currently closed on a Web Parts page.
public:
property bool IsClosed { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsClosed { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsClosed : bool
Public ReadOnly Property IsClosed As Boolean
Property Value
A Boolean value that indicates whether the control is closed.
- Attributes
Remarks
A WebPart control that is closed is not rendered on the page and does not participate in page events. However, it is maintained in a page catalog by the Web Parts application, and can be added back to the page by users if the appropriate user interface (UI) is provided. For more information, see AllowClose.