SPRibbon.RenderContext Property

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property RenderContext As SPContext
    Get
    Set
'Usage
Dim instance As SPRibbon
Dim value As SPContext

value = instance.RenderContext

instance.RenderContext = value
public SPContext RenderContext { get; set; }

Property Value

Type: Microsoft.SharePoint.SPContext
Returns SPContext.

See Also

Reference

SPRibbon Class

SPRibbon Members

Microsoft.SharePoint.WebControls Namespace