Spread WinForms 15
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
See Also