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

 

SetHorizontalCheckAlignment

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetHorizontalCheckAlignment

 

 

Sets the horizontal alignment of the check mark.

 

 

 

Prototype :

 

void SetHorizontalCheckAlignment

(

       string HorizontalCheckAlignment

)

 

 

 

Arguments :

 

HorizontalCheckAlignment

Horizontal alignment of the check mark. Refer to HorizontalCheckAlignmentConst

 

 

 

Example :

 

//string

This.SetHorizontalCheckAlignment("Right");

 

//constant

This.SetHorizontalCheckAlignment(HorizontalCheckAlignmentConst.Right);

 

 

 

Available Events :

 

All Events

 

 

 

See also :

 

HorizontalCheckAlignmentConst