Visual Basic (Declaration) | |
---|---|
Public Overridable Function IsMouseOverButton() As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As SuperEditBase Dim value As Boolean value = instance.IsMouseOverButton() |
C# | |
---|---|
public virtual bool IsMouseOverButton() |
Return Value
true if the pointer is over a button in the control; false otherwise.Use this method to determine whether the pointer is over a button in the control. If the control does not display a button, the method always returns false.
Specify whether the control displays a button and the kind of button to display by setting the ButtonStyle property.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2