Add widget annotation to the doc.

 

   

Syntax
 

[C#]
WidgetAnnotation(Doc doc)

[Visual Basic]
WidgetAnnotation(doc As Doc)

 

   

Params
 
Name Description
doc Doc

 

   

Notes
 

Add widget annotation to the doc.

Note that the annotation created using this constructor is meaningless until it is connected with a Field. For this reason you are likely to want to use methods such as Doc.Form.AddCheckbox rather than these types of call.

 

   

Example
 
None.