Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ColumnDropDownList Class / AreAnyTouchesOver Property


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