Description
An object that holds ComboBoxdata,so you can get or set ComboBox data usingits Properties.
Properties
| Constant | Description |
| Text | Get or set ComboBox Text |
| Caption | Get or set ComboBoxCaption |
| Height | Get or set ComboBoxHeight |
| Left | Get or set ComboBoxLeft |
| Name | Read ComboBox Name |
| Top | Get or set ComboBoxTop |
| Width | Get or set ComboBoxWidth |
| BackColor | Get or set ComboBoxBackColor |
| FontBold | Get or set ComboBoxFontBold |
| FontItalic | Get or set ComboBoxFontItalic |
| Get or set ComboBox |
|
| FontStrikethru | Get or set ComboBoxFontStrikethru |
| FontUnderline | Get or set ComboBoxFontUnderline |
Sample
Public Sub main() Dim frm As new VTLGeneral.VTLForm("frm1") Dim Comb As new VTLGeneral.VTLControls.CChartObjectCombo("CombID") frm.AddVTLControl(Comb) Comb.Width = "1500" frm.show() End Sub
See Also