This class represents palette set styles.
Public Enum PaletteSetStyles NameEditable = &H10 Notify = &H400 NoTitleBar = &H8000 PauseAutoRollupForChildModalDialog = &H10000 ShowAutoHideButton = 2 ShowCloseButton = 8 ShowPropertiesMenu = 4 ShowTabForSingle = &H40 SingleColDock = &H1000 SingleRowDock = &H200 SingleRowNoVertResize = &H800 Snappable = &H20 UsePaletteNameAsTitleForSingle = &H80 End Enum
Members |
Description |
NameEditable = 0x10 |
Palette style name editable. |
ShowAutoHideButton = 2 |
Show auto hide button in palette set style window. |
ShowCloseButton = 8 |
Show close button in palette set style window. |
ShowPropertiesMenu = 4 |
Show properties menu in palette set style window. |
ShowTabForSingle = 0x40 |
Shows the tab for palette style single. |
SingleRowDock = 0x200 |
Displays a single row dock |
Snappable = 0x20 |
Palette set style is snap-enabled. |
UsePaletteNameAsTitleForSingle = 0x80 |
Use palette name as title for style single. |
Comments? |