LMD DialogPack
|
Specifies whether the component appears onscreen.
property Visible;
Use the Visible property to control the visibility of the control at run time. 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.
Copyright © 2013 by LMD Innovative. All rights reserved.
|
What do you think about this topic? Send feedback!
|