Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownOpeningEventArgs Class / ByTouch Property


In This Topic
ByTouch Property (DropDownOpeningEventArgs)
In This Topic
Gets a value that indicates whether the drop-down operation is tiggered by touch
Syntax
'Declaration
 
Public ReadOnly Property ByTouch As Boolean
 
'Usage
 
Dim instance As DropDownOpeningEventArgs
Dim value As Boolean
 
value = instance.ByTouch

Property Value

true if the operation is tiggered by touch; otherwise, false.
See Also