GridItem.Parent 属性

定义

当在派生类中重写时,获取此 GridItem 的父 GridItem(如果有的话)。

public:
 abstract property System::Windows::Forms::GridItem ^ Parent { System::Windows::Forms::GridItem ^ get(); };
public abstract System.Windows.Forms.GridItem Parent { get; }
public abstract System.Windows.Forms.GridItem? Parent { get; }
member this.Parent : System.Windows.Forms.GridItem
Public MustOverride ReadOnly Property Parent As GridItem

属性值

GridItem,表示 GridItem 的父级。

注解

GridItemType如果 的 为 GridItemGridItemType.Root,则此值将为 null

适用于

另请参阅