Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / TabStripPlacement Property


In This Topic
    TabStripPlacement Property (SpreadView)
    In This Topic
    Gets or sets the location of the tab strip in the view.
    Syntax
    'Declaration
     
    
    Public Property TabStripPlacement As TabStripPlacement
    'Usage
     
    
    Dim instance As SpreadView
    Dim value As TabStripPlacement
     
    instance.TabStripPlacement = value
     
    value = instance.TabStripPlacement
    public TabStripPlacement TabStripPlacement {get; set;}
    See Also