Gets a value that indicates whether the drop-down operation is tiggered by touch
Declaration
public bool ByTouch { get; }
Public ReadOnly Property ByTouch As Boolean
Property Value
Type |
Description |
bool |
true if the operation is tiggered by touch; otherwise, false.
|