Click or drag to resize
SignDocFieldsetTopIndex Method
Set the index of the choice to be displayed in the first line of a list box. This value is ignored for other field types.

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public void setTopIndex(
	int topIndex
)

Parameters

topIndex
Type: SystemInt32
The index of the choice to be displayed in the first line of a list box.
See Also