NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DockStyle Enumeration

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.

Members

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.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace