GridItem.GridItemType 属性

定义

当在派生类中重写时,获取此 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.RootParent属性必须是 null

适用于

另请参阅