GridItem クラス

PropertyGrid の 1 行を実装します。

この型のすべてのメンバの一覧については、GridItem メンバ を参照してください。

System.Object
   System.Windows.Forms.GridItem

MustInherit Public Class GridItem
[C#]
public abstract class GridItem
[C++]
public __gc __abstract class GridItem
[JScript]
public abstract class GridItem

スレッドセーフ

この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。

解説

グリッド項目は、 PropertyGrid 内のビュー構造を表します。 GridItem を使用して、グリッドの状態や内容に関する情報を取得できます。 GridItem オブジェクトは、 PropertyGrid がアクセスされたときの状態のスナップショットを表しており、グリッドを操作することによって破棄される可能性があるため、キャッシュには保存しません。多くの場合、 PropertyGrid はユーザーに対して表示するビューを変更せずに、 GridItem オブジェクトを内部的に再作成します。

必要条件

名前空間: System.Windows.Forms

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

アセンブリ: System.Windows.Forms (System.Windows.Forms.dll 内)

参照

GridItem メンバ | System.Windows.Forms 名前空間