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

 

SetCheckStyle

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetCheckStyle

 

 

Sets the Check Style.

 

 

 

Prototype :

 

void SetCheckStyle

(

       string CheckStyle

)

 

 

 

Arguments :

 

CheckStyle

Check Style. Refer to CheckStyleConst

 

 

 

Example :

 

//string

This.SetCheckStyle("Check");

 

//constant

This.SetCheckStyle(CheckStyleConst.Check);

 

 

 

Available Events :

 

All Events

 

 

 

See also :

 

CheckStyleConst