Share via


CheckBoxList.HasFooter 屬性

定義

取得值,表示 CheckBoxList 控制項是否包含頁尾區段。

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

屬性值

Boolean

false,表示 CheckBoxList 不包含頁尾區段。

備註

屬性 HasFooter 主要是由衍生自 類別的 CheckBoxList 自訂控制項中的控制項開發人員使用。 當 屬性設定為 UnorderedListOrderedListRepeatLayout ,不支援頁尾。

適用於

另請參閱