Back to Devexpress

DockManager.CreateVs2005DockStyleVisualizers() Method

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockmanager-dot-createvs2005dockstylevisualizers.md

latest1.5 KB
Original Source

DockManager.CreateVs2005DockStyleVisualizers() Method

Creates a helper object that manages dock visualizers for the VS2005 dock style.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void CreateVs2005DockStyleVisualizers()
vb
Public Sub CreateVs2005DockStyleVisualizers

Remarks

When the DockManager.DockMode property is set to VS2005 , dock visualizers (markers) are displayed during a dock operation.

Dock visualizers are managed by a helper object which is created during the first dock operation. When an end-user initiates a dock operation for the first time, some time is required to create visualizers. So a small delay is noticable. To prevent this delay, you can call the CreateVs2005DockStyleVisualizers method to forcibly create visualizers beforehand. For instance, you can call this method on the form’s Load event.

See Also

DockManager Class

DockManager Members

DevExpress.XtraBars.Docking Namespace