.NET Windows Forms in a Nutshell

View serializable

System. Windows .Forms (system. windows .forms.dll) enum

The options for the ListView.View property are provided by this enumeration.

public enum View { LargeIcon = 0 , Details = 1 , SmallIcon = 2 , List = 3 }

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable , System.IConvertible) View

Returned By

ListView.View

Passed To

ListView.View

Категории