Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ViewportHitTestInformation Class / InEditor Property


In This Topic
    InEditor Property
    In This Topic
    Gets whether the location refers to an editor area when the sheet is in edit mode.
    Syntax
    'Declaration
     
    Public ReadOnly Property InEditor As Boolean
    'Usage
     
    Dim instance As ViewportHitTestInformation
    Dim value As Boolean
     
    value = instance.InEditor
    public bool InEditor {get;}
    See Also