| SignDocFieldaddChoice Method (String, String) |
Add a choice to 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 void addChoice(
string value,
string exp
)
Public Sub addChoice (
value As String,
exp As String
)
public:
void addChoice(
String^ value,
String^ exp
)
member addChoice :
value : string *
exp : string -> unit
Parameters
- value
- Type: SystemString
The choice value to be added.
- exp
- Type: SystemString
The export value to be added.
See Also