set DockLabel property in run time

hi all.
on my winform i have the XpTaskBar.
i dock it to the DockingMgr in RunTime.
can i set The DockLabel property also in runtime?
how?

1 Reply

JA JayaLakshmi Syncfusion Team June 21, 2007 10:18 AM UTC


Hi Shachar,

Thank you for using Syncfusion products.

You can set the DockLabel at run time using following code snippet.

this.dockingManager1.SetDockLabel(this.XPTaskBar1, "DockedXPTaskBar");

The following sample illustrates this.

http://websamples.syncfusion.com/samples/Tools.Windows/F62549/main.htm

Kindly let me know if you have any other queries.

Regards,
Jaya

Loader.
Up arrow icon