WebPartContextualInfo members
Represents the contextual ribbon groups and tabs that are associated with the Web Part.
The WebPartContextualInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
WebPartContextualInfo | Initializes a new instance of the WebPartContextualInfo class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AllowFirstTabOverride | Set this to true to let the ribbon infrastructure know that the web part is setting the FirstTabId and the specified value should be taken into account |
![]() |
ContextualGroups | Gets contextual groups associated with a Web Part. |
![]() |
ConvertableToNormalTab | Gets or sets whether the contextual tab can be converted to a normal tab. |
![]() |
InitPageComponentScript | Gets or sets the script that will be triggered when the Web Part is first selected if its value is not a null reference (Nothing in Visual Basic) and not Empty. |
![]() |
PageComponentId | Gets or sets the client page component identifier of the Web Part. |
![]() |
Tabs | Gets the ribbon tabs associated with the Web Part. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top