Spread Windows Forms 6.0 Product Documentation
TabStripPolicy Enumeration
Example  See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : TabStripPolicy Enumeration


Glossary Item Box

Specifies when the component displays the sheet name tabs.

Syntax

Visual Basic (Declaration) 
Public Enum TabStripPolicy 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As TabStripPolicy
C# 
public enum TabStripPolicy : System.Enum 

Members

MemberDescription
AlwaysAlways displays the sheet tabs
AsNeededDisplays the sheet tabs only when needed
NeverDoes not display the sheet tabs

Example

C#Copy Code
fpSpread1.Sheets.Count = 3;
fpSpread1.TabStripPolicy = FarPoint.Win.Spread.TabStripPolicy.AsNeeded;
Visual BasicCopy Code
FpSpread1.Sheets.Count = 3
FpSpread1.TabStripPolicy = FarPoint.Win.Spread.TabStripPolicy.AsNeeded

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.TabStripPolicy

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.