BrowserFormWebPart.OverflowAuto property

Gets a value that indicates whether the default auto setting for the cascading style sheet (CSS) overflow attribute can be overridden when rendering the InfoPath Form Web Part.

Namespace:  Microsoft.Office.InfoPath.Server.Controls.WebUI
Assembly:  Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)

Syntax

'Declaration
Protected Overrides ReadOnly Property OverflowAuto As Boolean
    Get
'Usage
Dim value As Boolean

value = Me.OverflowAuto
protected override bool OverflowAuto { get; }

Property value

Type: System.Boolean
false, indicating that the default auto setting for the overflow attribute cannot be overridden when rendering the InfoPath Form Web Part.

Remarks

This member is reserved for internal use and is not intended to be used directly from your code.

See also

Reference

BrowserFormWebPart class

BrowserFormWebPart members

Microsoft.Office.InfoPath.Server.Controls.WebUI namespace