| Published on March 17, 2008 [12:28:43 AM] |
Browse class : _window|
Description property that retrieves and sets visibility of an object visible / hidden, true/false. |
Remarks e.g. //hide object Button1.visible=false; //show object Button1.visible=true; //retrieve visibility bool bV = Button1.visible; |
| Visit www.radcpp.com for more help and updates. | Documentation created using FlaX.Doc |