| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void setTopIndex(
int topIndex
)
Public Sub setTopIndex (
topIndex As Integer
)
public:
void setTopIndex(
int topIndex
)
member setTopIndex :
topIndex : int -> unit
Parameters
- topIndex
- Type: SystemInt32
The index of the choice to be displayed in the first line of a list box.
See Also