HOW TO:當滑鼠指標移至 ToolStripItem 上時偵測
請使用下列程序,當滑鼠指標移至 ToolStripItem 上時進行偵測。
若要在指標移至 ToolStripItem 上時偵測
請使用項目的 Selected 屬性,此項目中的 CanSelect 是 true。
這可讓您避免必須同步處理 MouseEnter 和 MouseLeave 事件的情形。
請使用下列程序,當滑鼠指標移至 ToolStripItem 上時進行偵測。
請使用項目的 Selected 屬性,此項目中的 CanSelect 是 true。
這可讓您避免必須同步處理 MouseEnter 和 MouseLeave 事件的情形。