<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Note > Method >SetEnableToShrink |
Set whether to enable shrinking.
Prototype :
void SetEnableToShrink
(
bool EnableToShrink
)
Arguments :
EnableToShrink |
set to true to enable shrinking |
Example :
This.SetEnableToShrink(true);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind