XFormCollection.GetFormName

XFormCollection.GetFormName method

Returns name of the form in this form collection.

public string GetFormName(XForm form)
ParameterTypeDescription
formXFormForm which name is searched.

Return Value

Form name in the collection; Null if form is not contained in the collection.

See Also