Share via


RibbonPeripheralContent.Location Property

Gets or sets the location where the RibbonPeripheralContent will render on the page.

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

Syntax

'Declaration
Public Property Location As String
    Get
    Set
'Usage
Dim instance As RibbonPeripheralContent
Dim value As String

value = instance.Location

instance.Location = value
public string Location { get; set; }

Property Value

Type: System.String
A String indicating the page location.

Remarks

The values for this property are stored in RibbonPeripheralSection.

See Also

Reference

RibbonPeripheralContent Class

RibbonPeripheralContent Members

Microsoft.Web.CommandUI Namespace