src/components/contracts/winforms/comboBox.ts
ControlNamespace('System.Windows.Forms.ComboBox')
Properties |
DropDown |
DropDown:
|
Type : EventEmitter<EventData>
|
DropDownClosed |
DropDownClosed:
|
Type : EventEmitter<EventData>
|
dropDownStyle |
dropDownStyle:
|
Type : string
|
items |
items:
|
Type : any[]
|
selectedItem |
selectedItem:
|
Type : any
|