This Question is Assumed Answered

1 "correct" answer available (5 pts) 15 "helpful" answers available (3 pts)
2 Replies Last post: Feb 20, 2008 8:08 AM by Kamal

How to create a unvisible control?

Feb 15, 2008 12:26 PM

Click to view Tony's profile Level 2 Tony 26 posts since
Oct 17, 2007
I want to encapsulate Time class to make one unvisible control, How should I do?
Click to view Duke's profile Curl Duke 154 posts since
Oct 17, 2007
1. Re: How to create a unvisible control? Feb 15, 2008 6:36 PM
Can you explain more about what you are trying to do?
Click to view Kamal's profile Curl Kamal 139 posts since
Oct 17, 2007
2. Re: How to create a unvisible control? Feb 20, 2008 8:08 AM

To make a Graphic not visible you can set the visible? propery to false. A Curl Control is a Graphic so setting its visible? property to false will do the trick.


You could also set the height and width of your control to 0m.