<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > TextBox > Method >SetHidden |
Sets whether the component is hidden.
Prototype :
void SetHidden
(
bool Hidden
)
Arguments :
Hidden |
true for Hidden |
Example :
This.SetHidden(true);
Available Events :
OnBind, OnInitialize, OnStartBind