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