GridItemType 枚举

PropertyGrid 指定有效的网格项类型。

**命名空间:**System.Windows.Forms
**程序集:**System.Windows.Forms(在 system.windows.forms.dll 中)

语法

声明
Public Enumeration GridItemType
用法
Dim instance As GridItemType
public enum GridItemType
public enum class GridItemType
public enum GridItemType
public enum GridItemType

成员

  成员名称 说明
ArrayValue GridItem 是数组的元素。 
Category 是类别名的网格条目。类别是对成组 GridItem 行的描述性分组。典型的类别包括下面的“行为”、“布局”、“数据”和“外观”。 
Property 与属性相对应的网格条目。 
Root 网格层次结构中的根项。 

平台

Windows 98、Windows 2000 SP4、Windows CE、Windows Millennium Edition、Windows Mobile for Pocket PC、Windows Mobile for Smartphone、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

请参见

参考

System.Windows.Forms 命名空间