Click or drag to resize
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.

Inheritance Hierarchy

Namespace: FluentRibbon
Assembly: FluentRibbon (in FluentRibbon.dll) Version: 1.0.5338.15939
Syntax
C#
public abstract class ContextualWebPart : WebPart, 
	IWebPartPageComponentProvider

The ContextualWebPart type exposes the following members.

Methods
  NameDescription
Public methodGetContextualGroupDefinition
Return contextual group definition for the webpart here
Top
Properties
  NameDescription
Public propertyWebPartContextualInfo
IWebPartPageComponentProvider realization
Top
See Also