FormComboBoxFieldCreateOptions.FormComboBoxFieldCreateOptions

FormComboBoxFieldCreateOptions constructor

Initializes a new instance of the FormComboBoxFieldCreateOptions object, that containing parameters for created and added ComboBoxField.

public FormComboBoxFieldCreateOptions(int pageNum, Rectangle rect)
ParameterTypeDescription
pageNumInt32Page number on which the added ComboBoxField will be located.
rectRectangleSets ComboBoxField rectangle.

See Also