Toolbars and statusbar
Posted: 20 Jun 2007, 01:05
Hi to all, a simple question. Is it possible to hide coordinate statusbar in the cad control module?
CADSoftTools - AutoCAD DWG DXF HPGL (PLT) SVG CGM STEP IGES STL SAT viewers, converters and developer tools. Delphi and C# source code.
https://cadsofttools.com/forum/
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">;