StiComboBoxElement Constructor (RectangleD) |
Creates a new element of the type StiComboBoxElement with specified location.
Namespace:
Stimulsoft.Dashboard.Components.ComboBox
Assembly:
Stimulsoft.Dashboard (in Stimulsoft.Dashboard.dll) Version: 2019.3.1.0
Syntax public StiComboBoxElement(
RectangleD rect
)
Public Sub New (
rect As RectangleD
)
Parameters
- rect
- Type: Stimulsoft.Base.DrawingRectangleD
The rectangle describes size and position of the component.
See Also