Toolbars and statusbar
Moderators: SDS, support, admin
Toolbars and statusbar
Hi to all, a simple question. Is it possible to hide coordinate statusbar in the cad control module?
Hello!
Just use the following code:
Sergey.
Please post questions to the forum or write to support@cadsofttools.com
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">;
Please post questions to the forum or write to support@cadsofttools.com