Spread Windows Forms 6.0 Product Documentation
IsMouseOverButton Method
See Also  Support Options
FarPoint.Win Assembly > FarPoint.Win Namespace > SuperEditBase Class : IsMouseOverButton Method


Glossary Item Box

Gets whether the pointer is over a button in the edit control.

Syntax

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.

Remarks

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.

Requirements

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

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.