DhSelectBox.getItemSubmitValue

Overview | Methods | This Package | All Packages

DhSelectBox.getItemSubmitValue

Retrieves the submit value for the item at index.

Syntax

public String getItemSubmitValue ( int index )

Parameters

index

The zero-based index of the item for which you want the submit value, or -1 for the currently selected item.

Return Value

Returns the submit value string for the item index.

Remarks

The submit value is used in HTTP form submissions.

See Also   setItemSubmitValue


Send feedback to MSDN.Look here for MSDN Online resources.