Interface IComboBoxEditor
.NET interface for TO BE DEFINED FROM USER
public interface IComboBoxEditor
Properties
EditorComponent
Component EditorComponent { get; }
Property Value
Item
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/ComboBoxEditor.html#getItem() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/ComboBoxEditor.html#setItem(java.lang.Object)
object Item { get; set; }
Property Value
Methods
AddActionListener(ActionListener)
void AddActionListener(ActionListener arg0)
Parameters
RemoveActionListener(ActionListener)
void RemoveActionListener(ActionListener arg0)
Parameters
SelectAll()
void SelectAll()