Click or drag to resize
SignDocFieldsetChoice Method (Int32, String)
Set a choice value of a list box or combo box. This function uses the choice value as export value.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public bool setChoice(
	int index,
	string value
)

Parameters

index
Type: SystemInt32
The 0-based index of the choice to be set. If aIndex equals the current number of choices, the value will be added.
value
Type: SystemString
The choice value and export value to be set. Complex scripts are supported, see Complex Scripts.

Return Value

Type: Boolean
true if successful, false if aIndex is out of range.
Remarks
getValue() and setValue() use the export value.
See Also