ActionsPane.MouseHover Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when the mouse pointer rests on the actions pane.
public:
event EventHandler ^ MouseHover;
event EventHandler MouseHover;
member this.MouseHover : EventHandler
Event MouseHover As EventHandler
Event Type
Remarks
This event provides the same functionality as the System.Windows.Forms.Control.MouseHover event. For more information about using this event, see System.Windows.Forms.Control.MouseHover.