ContextualWebPart Class |
Contextual webpart base class simplifies creation of webparts with contextual ribbon tabs.
All you need to use this mechanism is to inherit from ContextualWebPart and override GetContextualGroupDefinition property.
Namespace: FluentRibbon
public abstract class ContextualWebPart : WebPart, IWebPartPageComponentProvider
The ContextualWebPart type exposes the following members.
Name | Description | |
---|---|---|
GetContextualGroupDefinition |
Return contextual group definition for the webpart here
|
Name | Description | |
---|---|---|
WebPartContextualInfo |
IWebPartPageComponentProvider realization
|