RibbonTrimmer.Ribbon property
Gets the SPRibbon object that this object trims.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Ribbon As SPRibbon
Get
'Usage
Dim instance As RibbonTrimmer
Dim value As SPRibbon
value = instance.Ribbon
public SPRibbon Ribbon { get; }
Property value
Type: Microsoft.SharePoint.WebControls.SPRibbon
The SPRibbon object to be trimmed.