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
如果狀態影像行為與 .NET Framework 1.1 相容,則為 ; false
如果行為與 .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
。