SWSTabAttribute Enumeration
This enumeration specifies Tab attributes.
| Syntax | Constants |
|---|---|
Enum SWSTabAttribute
swscTabInitialTab = 0
swscTabWidth = 1
swscTabHeight = 2
swscTabBackgroundColor = 3
swscTabLightBorderColor = 4
swscTabMediumBorderColor = 5
swscTabDarkBorderColor = 6
swscTabItemBorderColor = 7
swscTabItemBackgroundColor = 8
swscTabItemHLBorderColor = 9
swscTabItemHLBackgroundColor = 10
swscTabItemHLTextColor = 11
End Enum
|
|