PropertyGrid.ShowEventsButton(Boolean) メソッド

定義

イベント ボタンを表示または非表示にします。

protected:
 void ShowEventsButton(bool value);
protected void ShowEventsButton (bool value);
member this.ShowEventsButton : bool -> unit
Protected Sub ShowEventsButton (value As Boolean)

パラメーター

value
Boolean

イベント ボタンを表示する場合は true。イベント ボタンを隠す場合は false

適用対象