Sets or sets which control borders are docked to its parent control and determines how a control is resized with its parent.
- Parameters
-
dock | One of the dock_style values. The default is none. |
- Returns
- Current control.
- Note
- The anchor and dock properties are mutually exclusive. Only one can be set at a time, and the last one set takes precedence.
- Notes to Inheritors
- When overriding the dock property in a derived class, use the base class's dock property to extend the base implementation. Otherwise, you must provide all the implementation. You are not required to override both the get and set methods of the dock property; you can override only one if needed.
Reimplemented from xtd::forms::control.