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
writer
Type: System.Web.UI.HtmlTextWriterA HtmlTextWriter that outputs the peripheral content sections.
location
Type: System.StringThe location where the peripheral content section is written.