RadioButtonList.HasFooter 属性    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指示 RadioButtonList 控件是否包含页脚部分的值。
protected:
 virtual property bool HasFooter { bool get(); };protected virtual bool HasFooter { get; }member this.HasFooter : boolProtected Overridable ReadOnly Property HasFooter As Boolean属性值
              false,指示 RadioButtonList 不包含页脚部分。
注解
属性 HasFooter 主要由派生自 RadioButtonList 类的自定义控件中的控件开发人员使用。 当 属性设置为 UnorderedList 或 OrderedList时RepeatLayout,不支持页脚。