ToolStripItem.DoubleClickEnabled 屬性
定義
取得或設定值,指出是否可以按兩下滑鼠來啟動 ToolStripItem。Gets or sets a value indicating whether the ToolStripItem can be activated by double-clicking the mouse.
public:
property bool DoubleClickEnabled { bool get(); void set(bool value); };
public bool DoubleClickEnabled { get; set; }
member this.DoubleClickEnabled : bool with get, set
Public Property DoubleClickEnabled As Boolean
屬性值
如果可以按兩下滑鼠來啟動 ToolStripItem,則為 true
,否則為 false
。true
if the ToolStripItem can be activated by double-clicking the mouse; otherwise, false
. 預設為 false
。The default is false
.