ListView.UseCompatibleStateImageBehavior 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值ListView指示是否使用与 .NET Framework 1.1 或 .NET Framework 2.0 兼容的状态图像行为。
public:
property bool UseCompatibleStateImageBehavior { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public bool UseCompatibleStateImageBehavior { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.UseCompatibleStateImageBehavior : bool with get, set
Public Property UseCompatibleStateImageBehavior As Boolean
属性值
true
if the state image behavior is compatible with the .NET Framework 1.1; false
if the behavior is compatible with the .NET Framework 2.0. 默认为 true
。
- 属性
注解
ListView对 .NET Framework 2.0 中的控件所做的更改使自定义状态映像设置为指示是选中还是未选中或处于不确定状态。 添加此功能后,.NET Framework 2.0 的行为与 .NET Framework 1.1 不同。 如果已创建依赖于 .NET Framework 1.1 中行为的应用程序,请确保属性UseCompatibleStateImageBehavior设置为true
默认值。 若要充分利用自定义状态映像,请设置为 UseCompatibleStateImageBehavior false
。
备注
如果使用 Microsoft Visual Studio 2005 设计器,该UseCompatibleStateImageBehavior属性将设置为 false
。