Click or drag to resize
SignDocFieldgetTopIndex Method
Get the index of the choice to be displayed in the first line of a list box. The default value is 0.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public int getTopIndex()

Return Value

Type: Int32
The index of the choice to be displayed in the first line of a list box or 0 for other field types.
See Also