Toolbars and statusbar

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
JormaS
Posts: 5
Joined: 03 May 2007, 18:15
Location: Italy

Toolbars and statusbar

Post by JormaS » 20 Jun 2007, 01:05

Hi to all, a simple question. Is it possible to hide coordinate statusbar in the cad control module?

support
Posts: 3272
Joined: 30 Mar 2005, 11:36
Contact:

Post by support » 21 Jun 2007, 10:48

Hello!

Just use the following code:

Code: Select all

<font color="blue">this</font id="blue">.pnlLayouts.Visible = <font color="blue">false</font id="blue">;
<font color="blue">this</font id="blue">.stBar.Visible = <font color="blue">false</font id="blue">;
<font color="blue">this</font id="blue">.tlbTool.Visible = <font color="blue">false</font id="blue">;
Sergey.

Please post questions to the forum or write to support@cadsofttools.com

Post Reply