Spread Windows Forms 12.0 Product Documentation
ByTouch Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownOpeningEventArgs Class : ByTouch Property
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
public bool ByTouch {get;}

Property Value

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

Reference

DropDownOpeningEventArgs Class
DropDownOpeningEventArgs Members