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


In This Topic
    Type Property (TouchStrip)
    In This Topic
    Gets or sets the type.
    Syntax
    'Declaration
     
    
    Public Overrides Property Type As ContextMenuType
    'Usage
     
    
    Dim instance As TouchStrip
    Dim value As ContextMenuType
     
    instance.Type = value
     
    value = instance.Type
    public override ContextMenuType Type {get; set;}

    Property Value

    The type.
    See Also