<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Region > Method >SetShowPageBorder |
Sets whether to show the page border.
Prototype :
void SetShowPageBorder
(
bool ShowPageBorder
)
Arguments :
ShowPageBorder |
set to true to show the page border |
Example :
This.SetShowPageBorder(true);
Available Events :
OnBind, OnInitialize, OnStartBind