GridItem.GridItemType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当在派生类中重写时,获取此 GridItem 的类型。
public:
abstract property System::Windows::Forms::GridItemType GridItemType { System::Windows::Forms::GridItemType get(); };
public abstract System.Windows.Forms.GridItemType GridItemType { get; }
member this.GridItemType : System.Windows.Forms.GridItemType
Public MustOverride ReadOnly Property GridItemType As GridItemType
属性值
GridItemType 值之一。
注解
GridItem对于 类型的 GridItemType.Property,还必须确保 PropertyDescriptor 具有有效的 值。
GridItem对于 类型的 GridItemType.Root ,Parent属性必须是 null
。