[This is preliminary documentation and is subject to change.]
Namespace: Phoenix.Gui.ControlsAssembly: PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0
Syntax
| C# | Visual Basic | Visual C++ |
[FlagsAttribute] public enum ScrollBarFlags
<FlagsAttribute> _ Public Enumeration ScrollBarFlags
[FlagsAttribute] public enum class ScrollBarFlags
Members
| Member | Description |
|---|---|
| SBS_HORZ | |
| SBS_VERT | |
| SBS_TOPALIGN | |
| SBS_LEFTALIGN | |
| SBS_BOTTOMALIGN | |
| SBS_RIGHTALIGN | |
| SBS_SIZEBOXTOPLEFTALIGN | |
| SBS_SIZEBOXBOTTOMRIGHTALIGN | |
| SBS_SIZEBOX | |
| SBS_SIZEGRIP |