FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TabStripButtonPolicy Enumeration


TabStripButtonPolicy Enumeration
Specifies the display policy for the tab strip buttons.
Syntax
'Declaration
 
Public Enum TabStripButtonPolicy 
   Inherits System.Enum
 
'Usage
 
Dim instance As TabStripButtonPolicy
Members
MemberDescription
AlwaysAlways display the tab strip buttons
AsNeededDisplay the tab strip buttons only when needed
NeverDo not ever display the tab strip buttons
Inheritance Hierarchy

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

See Also