MobileCapabilities.RendersBreaksAfterWmlInput プロパティ

定義

ブラウザーが HTML <input> 要素の後に改行をレンダリングするかどうかを示す値を取得します。

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

プロパティ値

ブラウザーが HTML 要素の後に改行を表示する場合は a0/&。それ以外の場合は 。 既定値は false です。

適用対象