Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / CornerHeaderCellPresenter Class / IsStylusDirectlyOver Property


In This Topic
    IsStylusDirectlyOver Property (CornerHeaderCellPresenter)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property IsStylusDirectlyOver As Boolean
    'Usage
     
    Dim instance As CornerHeaderCellPresenter
    Dim value As Boolean
     
    value = instance.IsStylusDirectlyOver
    public bool IsStylusDirectlyOver {get;}
    See Also