Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / TabStripPlacement Property


In This Topic
TabStripPlacement Property (FpSpread)
In This Topic
Gets or sets the location of the tab strip.
Syntax
'Declaration
 
Public Property TabStripPlacement As TabStripPlacement
 
'Usage
 
Dim instance As FpSpread
Dim value As TabStripPlacement
 
instance.TabStripPlacement = value
 
value = instance.TabStripPlacement
See Also