| SignDocFieldsetChoice Method (Int32, String, String) |
Set a choice value of a list box or combo box.
This function uses the choice value as export value.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic bool setChoice(
int index,
string value,
string exp
)
Public Function setChoice (
index As Integer,
value As String,
exp As String
) As Boolean
public:
bool setChoice(
int index,
String^ value,
String^ exp
)
member setChoice :
index : int *
value : string *
exp : string -> bool
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.
- exp
- Type: SystemString
The export value to be set.
Return Value
Type:
Booleantrue if successful, false if aIndex is out of range.
RemarksgetValue() and setValue() use the export value.
See Also