Share via


HorizontalPanels.RightControls Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.ReportingServices.SharePoint.UI.WebParts
Assembly:  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntax

'Declaration
Public ReadOnly Property RightControls As HtmlTableCell
    Get
'Usage
Dim instance As HorizontalPanels
Dim value As HtmlTableCell

value = instance.RightControls
public HtmlTableCell RightControls { get; }
public:
property HtmlTableCell^ RightControls {
    HtmlTableCell^ get ();
}
member RightControls : HtmlTableCell
function get RightControls () : HtmlTableCell