ListView.UseCompatibleStateImageBehavior Proprietà

Definizione

Ottiene o imposta un valore che indica se usa il ListView comportamento dell'immagine dello stato compatibile con .NET Framework 1.1 o .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

Valore della proprietà

Boolean

true se il comportamento dell'immagine di stato è compatibile con .NET Framework 1.1; false se il comportamento è compatibile con .NET Framework 2.0. Il valore predefinito è true.

Attributi

Commenti

Le modifiche apportate al ListView controllo in .NET Framework 2.0 consentono di impostare immagini di stato personalizzate per indicare se un elemento viene controllato o deselezionato o in uno stato indeterminato. Con l'aggiunta di questa funzionalità, .NET Framework 2.0 ha un comportamento diverso rispetto a .NET Framework 1.1. Se sono state create applicazioni che dipendono dal comportamento in .NET Framework 1.1, assicurarsi che la UseCompatibleStateImageBehavior proprietà sia impostata su true, ovvero il valore predefinito. Per sfruttare appieno le immagini di stato personalizzate, impostare UseCompatibleStateImageBehavior su false.

Nota

Se si usa la finestra di progettazione Microsoft Visual Studio 2005, la UseCompatibleStateImageBehavior proprietà verrà impostata su false.

Si applica a