MobileCapabilities.RendersBreaksAfterWmlInput Property

Definition

Gets a value indicating whether the browser renders a line break after an HTML <input> element.

public:
 virtual property bool RendersBreaksAfterWmlInput { bool get(); };
public virtual bool RendersBreaksAfterWmlInput { get; }
member this.RendersBreaksAfterWmlInput : bool
Public Overridable ReadOnly Property RendersBreaksAfterWmlInput As Boolean

Property Value

true if the browser renders a line break after an HTML <input> element; otherwise, false. The default is false.

Applies to