Ribbon.WritePeripheralDiv method

Outputs the peripheral content sections to the page.

Namespace:  Microsoft.Web.CommandUI
Assembly:  Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)

Syntax

'Declaration
Protected Sub WritePeripheralDiv ( _
    writer As HtmlTextWriter, _
    location As String _
)
'Usage
Dim writer As HtmlTextWriter
Dim location As String

Me.WritePeripheralDiv(writer, location)
protected void WritePeripheralDiv(
    HtmlTextWriter writer,
    string location
)

Parameters

  • location
    Type: System.String

    The location where the peripheral content section is written.

See also

Reference

Ribbon class

Ribbon members

Microsoft.Web.CommandUI namespace