<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > FixedTableLabel > Method >SetVisible |
Sets whether the component on the viewer is visible.
Prototype :
void SetVisible
(
bool Visible
)
Arguments :
Visible |
true for visible. |
Example :
This.SetVisible(true);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind