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

适用于