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

 

SetFlatStyle

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetFlatStyle

 

 

Sets the FlatStyle.

 

 

 

Prototype :

 

void SetFlatStyle

(

       string FlatStyle

)

 

 

 

Arguments :

 

FlatStyle

FlatStyle

 

 

 

Example :

 

//string

This.SetFlatStyle("Flat");

 

//constant

This.SetFlatStyle(FlatStyleConst.Flat);

 

 

 

Available Events :

 

All Events

 

 

 

See also :

 

FlatStyleConst