TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > GanttChart > GanttChartTitle > Method >

 

SetMovable

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > GanttChart > GanttChartTitle > Method >

 

SetMovable

 

 

Sets whether the component on the viewer is movable.

 

 

 

Prototype :

 

void SetMovable

(

        bool Movable

)

 

 

 

Arguments :

 

Movable

true for movable

 

 

 

Example :

 

This.SetMovable(true);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind