IGridItemProvider インターフェイス

定義

IGridProvider を実装するコンテナーの個別の子コントロールへの UI オートメーション クライアント アクセスをサポートするメソッドとプロパティを公開します。

public interface class IGridItemProvider
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("d02541f1-fb81-4d64-ae32-f520f8a6dbd1")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IGridItemProvider
public interface IGridItemProvider
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("d02541f1-fb81-4d64-ae32-f520f8a6dbd1")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IGridItemProvider = interface
type IGridItemProvider = interface
Public Interface IGridItemProvider
派生
属性

注釈

IGridItemProvider を実装するコントロールは、一般にキーボードを使用して横断できます (つまり、UI オートメーション クライアントが隣接するコントロールに移動できます)。

コントロール パターンをサポートする必要があるUI オートメーション プロバイダーにGridItemPattern実装されます。

プロパティ

Column

セルまたは項目を格納する列の序数を取得します。

ColumnSpan

セルまたは項目がまたがる列の数を取得します。

ContainingGrid

IGridProvider を実装する UI オートメーション プロバイダーを取得し、セルまたは項目のコンテナーを表します。

Row

セルまたは項目を格納する行の序数を取得します。

RowSpan

セルまたは項目がまたがる行の数を取得します。

適用対象

こちらもご覧ください