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

GridItemType 値のいずれか 1 つ。

注釈

GridItemType.Propertyの場合はGridItem、有効な値をPropertyDescriptor持っていることを確認する必要もあります。 型GridItemType.Rootの場合、GridItemプロパティnullParent .

適用対象

こちらもご覧ください