TdxDockingManager.DockStyle Property
Specifies the docking mode.
Declaration
property DockStyle: TdxDockStyle read; write; default dxDefaultDockStyle;
Property Value
Type | Default |
---|---|
TdxDockStyle | dxDefaultDockStyle |
Remarks
Values include:
Value | Meaning |
---|---|
dsStandard | Standard docking mode. |
dsVS2005 | MS Visual Studio-style docking mode. |
The default value of the DockStyle property is dxDefaultDockStyle.
See Also