TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > TextBox > Method >

 

SetBorderLocation

<< 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 >

 

SetBorderLocation

 

 

Sets the border location.

 

 

 

Prototype :

 

void SetBorderLocation

(

       string BorderLocation

)

 

 

 

Arguments :

 

BorderLocation

refer to BorderLocationConst

 

 

 

Example :

 

//string

  This.SetBorderLocation("Inside");

 

//constant

  This.SetBorderLocation(BorderLocationConst.Inside);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind

 

 

 

See also :

 

BorderLocationConst