Adds an event handler for the mouseHover event. The mouseHover event occurs after the mouse is inside a control for an amount.
[Visual Basic] Overridable Public Sub AddOnMouseHover( _ ByVal handler As EventHandler _ ) [C#] public virtual void AddOnMouseHover( EventHandler handler ); [C++] public: virtual void AddOnMouseHover( EventHandler* handler ); [JScript] public function AddOnMouseHover( handler : EventHandler );
Control Class | Control Members | System.WinForms Namespace | RemoveOnMouseHover