Spread Windows Forms 12.0 Product Documentation
ButtonPolicy Property
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > TabStrip Class : ButtonPolicy Property
Gets or sets whether the sheet tab buttons are displayed.
Syntax
'Declaration
 
Public Property ButtonPolicy As TabStripButtonPolicy
'Usage
 
Dim instance As TabStrip
Dim value As TabStripButtonPolicy
 
instance.ButtonPolicy = value
 
value = instance.ButtonPolicy
public TabStripButtonPolicy ButtonPolicy {get; set;}

Property Value

TabStripButtonPolicy setting that determines the display of the tab strip
Example
This example sets whether the sheet tab are displayed.
fpSpread1.TabStrip.ButtonPolicy = FarPoint.Win.Spread.TabStripButtonPolicy.Never;
fpSpread1.TabStrip.ButtonPolicy = FarPoint.Win.Spread.TabStripButtonPolicy.Never
See Also

Reference

TabStrip Class
TabStrip Members
TabStripRatio Property
TabStripPolicy Property
TabStripButtonPolicy Enum

User-Task Documentation

Customizing the Sheet Name Tabs of the Component