FilterableListView.UseCompatibleStateImageBehavior Property
Gets or sets a value indicating whether the ListView uses state image behavior that is compatible with the .NET Framework 1.1 or the .NET Framework 2.0.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public bool UseCompatibleStateImageBehavior { get; set; }
public:
property bool UseCompatibleStateImageBehavior {
bool get();
void set(bool value);
}
Public Property UseCompatibleStateImageBehavior As Boolean
Property Value
Type: System.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. The default is true.
See Also
FilterableListView Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top