Drop Down ControlCombo Box Property
This read-only property can be used to get the drop-down's parent (the UserControlComboBox
that owns it).
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public UserControlComboBox ComboBox { get; }VB
Public ReadOnly Property ComboBox As UserControlComboBox
GetC++
public:
property UserControlComboBox^ ComboBox {
UserControlComboBox^ get ();
}F#
member ComboBox : UserControlComboBox with get