Enum | +--ControlDockpublic class ControlDock
Control Dock values. When a control is docked to an edge of its container, it is always positioned flush against that edge while the container resizes. If more than one control is docked to an edge, the controls are not placed on top of each other.
Fields
Name | Description |
---|---|
BOTTOM | Topic under construction. |
FILL | Topic under construction. |
LEFT | Topic under construction. |
NONE | Topic under construction. |
RIGHT | Topic under construction. |
TOP | Topic under construction. |
Methods
Name | Description |
---|---|
ensureValid(int dock) | Topic under construction. |
valid(int dock) | Topic under construction. |
Topic under construction.
Topic under construction.