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