Share via


HorizontalPanels.RightWhileOpenControls 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 RightWhileOpenControls As HtmlTableCell
    Get
'Usage
Dim instance As HorizontalPanels
Dim value As HtmlTableCell

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