PropertyGrid

Visual Studioのプロパティ ウィンドウのような外観で、オブジェクトのプロパティを管理する機能を実装できます。

クラス階層

  • System.ComponentModel.Component
    • System.Windows.Forms.Control
      • System.Windows.Forms.ScrollableControl
        • System.Windows.Forms.ContainerControl
          • System.Windows.Forms.Form
          • System.Windows.Forms.PropertyGrid

表示のカスタマイズ

属性 機能
Category プロパティが属するカテゴリ
Description プロパティ下部の説明
Browsable 表示 / 非表示の設定
ReadOnly 読み取り専用の指定
DefaultValue プロパティ値の既定値
DefaultProperty クラス内で最初にフォーカスされるプロパティ
Microsoft Learnから検索