Share via


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

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