Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWithButtons Class / IsTouchStatus Property


In This Topic
    IsTouchStatus Property (ElementWithButtons)
    In This Topic
    Indicates whether the current device is a touch device.
    Syntax
    'Declaration
     
    
    Public Property IsTouchStatus As Boolean
    'Usage
     
    
    Dim instance As ElementWithButtons
    Dim value As Boolean
     
    instance.IsTouchStatus = value
     
    value = instance.IsTouchStatus
    public bool IsTouchStatus {get; set;}
    See Also