'Declaration Public Overloads Function AddOption( _ ByVal widget As CheckBoxWidgetAnnotation, _ ByVal exportValue As String _ ) As ChoiceOption
'Usage Dim instance As CheckBox Dim widget As CheckBoxWidgetAnnotation Dim exportValue As String Dim value As ChoiceOption value = instance.AddOption(widget, exportValue)
public ChoiceOption AddOption( CheckBoxWidgetAnnotation widget, string exportValue )
public: ChoiceOption* AddOption( CheckBoxWidgetAnnotation* widget, string* exportValue )
public: ChoiceOption^ AddOption( CheckBoxWidgetAnnotation^ widget, String^ exportValue )
Parameters
- widget
- The check box widget for the field. It contains both the page, location and size information.
- exportValue
- The export value of the new check box option.
Return Value
A newly-added ChoiceOption.