Represents the base properties of the WebPart class.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Enumeration Properties
'Usage
Dim instance As WebPartToolPart.Properties
public enum Properties
Members
| Member name | Description | |
|---|---|---|
| FrameState | The initial state of the Web Part frame. | |
| Height | The height of the Web Part. | |
| Width | The width of the Web Part | |
| FrameType | The style of the Web Part frame. | |
| Direction | A value that sets the text direction of the Web Part. | |
| ZoneID | The string identifier for the zone in which the Web Part is located. | |
| PartOrder | An integer value that specifies the order in which the Web Part appears within a zone. | |
| IsVisible | A value that specifies whether the Web Part is displayed or hidden on the page. | |
| AllowMinimize | A value that specifies whether the Web Part can be minimized. | |
| AllowRemove | A value that specifies whether the Web Part can be removed from a Web Part Page | |
| AllowZoneChange | A value that specifies whether the Web Part can be moved to a different zone. | |
| DetailLink | The Web address or file system path to an HTML file that holds optional information about the Web Part. | |
| Description | Text that appears when a user rests the mouse pointer on the title or icons of the Web Part. | |
| HelpLink | The Web address or file system path to a help file in HTML format. | |
| PartImageLarge | The URL to an image file containing a 16 x 16 pixel image. | |
| PartImageSmall | This value is not currently used by the Web Part infrastructure, and is reserved for future use by Microsoft. | |
| MissingAssembly | The message used to indicate that the Web Part assembly file is missing. | |
| Title | The text heading at the top of the Web Part. | |
| IsIncluded | A value that specifies whether the Web Part is rendered in the page. | |
| IsIncludedFilter | A string that specifies the criteria for displaying the Web Part. | |
| ExportControlledProperties | A value that controls whether the values of sensitive properties in personal view can be exported to a Web Part description file (.dwp). | |
| ID | ||
| AllowConnect | ||
| AllowEdit | ||
| AllowHide | ||
| HelpMode | ||
| DirectionAspNet | ||
| Zone | ||
| Hidden | ||
| IsClosed | ||
| AllowClose | ||
| ChromeType | ||
| ChromeState | ||
| ZoneIndex | ||
| ExportMode | ||
| TitleUrl | ||
| HelpUrl | ||
| CatalogIconImageUrl | ||
| TitleIconImageUrl | ||
| ImportErrorMessage | ||
| AuthorizationFilter |