Control Dock values. When a control is docked to an edge of it's container it will always be positioned flush against that edge while the container resizes. If more than one control is docked to an edge, the controls will not be placed on top of each other.
[Visual Basic] Public Enum DockStyle [C#] public enum DockStyle [C++] public enum DockStyle
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
Bottom | [To be supplied.] |
Fill | [To be supplied.] |
Left | [To be supplied.] |
None | [To be supplied.] |
Right | [To be supplied.] |
Top | [To be supplied.] |
Namespace: System.WinForms
Assembly: System.WinForms.dll