dbicTabs Send comments on this topic.
enumSelectedStyle Enumeration
See Also  
dbicTabs Assembly > Dbi.WinControl.Tabs Namespace : enumSelectedStyle Enumeration

The selected style for display.

Syntax

Visual Basic (Declaration) 
Public Enum enumSelectedStyle 
   Inherits System.Enum
C# 
public enum enumSelectedStyle : System.Enum 

Members

MemberDescription
ClosedClosed on tab select.
OpenedOpened on tab select.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Tabs.enumSelectedStyle

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also