Members |
Description |
dockNone = BIT(0) |
< Do not align this control to it's parent, let the control specify it's position/extent (default) |
dockClient = BIT(1) |
< Align this control to the client area available in the parent |
dockTop = BIT(2) |
< Align this control to the topmost border of it's parent (Width will be parent width) |
dockBottom = BIT(3) |
< Align this control to the bottommost border of it's parent (Width will be parent width) |
dockLeft = BIT(4) |
< Align this control to the leftmost border of it's parent (Height will be parent height) |
dockRight = BIT(5) |
< Align this control to the rightmost border of it's parent (Height will be parent height) |
dockInvalid = BIT(6) |
< Default NOT specified docking mode, this allows old sizing to takeover when needed by controls |
This is record Docking::DockingType.
Copyright (c) 2015. All rights reserved.
|
What do you think about this topic? Send feedback!
|