ContainerControlDesigner.NoWrap 屬性

定義

取得值,指定是否要在資料表上使用 HTML nowrap 屬性。

protected:
 virtual property bool NoWrap { bool get(); };
protected virtual bool NoWrap { get; }
member this.NoWrap : bool
Protected Overridable ReadOnly Property NoWrap As Boolean

屬性值

true 表示要在資料表上使用 HTML nowrap 屬性,否則為 false

適用於