<< 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 >SetShowBorder |
Sets whether to show the border.
Prototype :
void SetShowBorder
(
bool ShowBorder
)
Arguments :
ShowBorder |
true for showing border |
Example :
This.SetShowBorder(true);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind