Interface IComboBoxEditor
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/swing/ComboBoxEditor.html
public interface IComboBoxEditor
Properties
EditorComponent
Component EditorComponent { get; }
Property Value
Item
https://docs.oracle.com/javase/8/docs/api/javax/swing/ComboBoxEditor.html#getItem-- https://docs.oracle.com/javase/8/docs/api/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()