Gets a value that indicates whether a System.Web.UI.WebControls.WebParts.WebPart control is a static control, which means the control is declared in the markup of a Web Parts page and not added to the page programmatically.
Documentation for this section has not yet been entered.
A static System.Web.UI.WebControls.WebParts.WebPart control is one that is declared in the markup of a Web Parts page. This contrasts with a dynamic System.Web.UI.WebControls.WebParts.WebPart control, which is added either programmatically or by a user selecting the control from a catalog of controls at run time.