ComboBoxFieldCreateOptions.ComboBoxFieldCreateOptions

ComboBoxFieldCreateOptions constructor

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

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

See Also