Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TouchStrip Class / NoTouchStrip Property


In This Topic
    NoTouchStrip Property
    In This Topic
    This property is for internal use only. You should not access directly from your code.
    Syntax
    'Declaration
     
    
    Public Property NoTouchStrip As Boolean
    'Usage
     
    
    Dim instance As TouchStrip
    Dim value As Boolean
     
    instance.NoTouchStrip = value
     
    value = instance.NoTouchStrip
    public bool NoTouchStrip {get; set;}

    Property Value

    true if [no touch strip]; otherwise, false.
    See Also