ComboBox Constructor

Creates a new instance of ComboBox class.

public ComboBox(string name, float x, float y, float width, float height)
Public Sub New (name As String, x As Single, y As Single, width As Single, height As Single)

Parameters

name
String

Name of a combo box.

x
Single

X coordinate of a combo box.

y
Single

Y coordinate of a combo box.

width
Single

Width of a combo box.

height
Single

Height of a combo box.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

ComboBox
ceTe.DynamicPDF.PageElements.Forms

In this topic