Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / IsMouseOverButton Method


In This Topic
    IsMouseOverButton Method (GeneralEditor)
    In This Topic
    Gets whether the pointer is over a button in the edit control.
    Syntax
    'Declaration
     
    
    Public Overridable Function IsMouseOverButton() As Boolean
    'Usage
     
    
    Dim instance As GeneralEditor
    Dim value As Boolean
     
    value = instance.IsMouseOverButton()
    public virtual bool IsMouseOverButton()
    See Also