DataGridViewHeaderCell.ReadOnly プロパティ

定義

ヘッダー セルが読み取り専用かどうかを示す値を取得します。

public:
 virtual property bool ReadOnly { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public override bool ReadOnly { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.ReadOnly : bool with get, set
Public Overrides Property ReadOnly As Boolean

プロパティ値

常に true

属性

例外

操作でこのプロパティを設定しようとしました。

適用対象

こちらもご覧ください