Visible
<< Click to Display Table of Contents >> Navigation: TMyCAD > Properties > Visible |
property Visible: Boolean;
Description
Determines whether the TMyCAD appears on screen.
Use the Visible property to control the visibility of the control at runtime. If Visible is true, the control appears. If Visible is false, the control is not visible.
Calling the Show method sets the control's Visible property to true. Calling the Hide method sets it to false.
See also