'宣言 Public Class EditorWithCombo Inherits EditorWithText Implements IEmbeddableTextBoxListener, IMRUListProvider, IValueListOwner
public class EditorWithCombo : EditorWithText, IEmbeddableTextBoxListener, IMRUListProvider, IValueListOwner
EditorWithCombo クラスは、既存の ValueList クラスを使用し、この機能の多くを実現します。EditorWithCombo は IValueListOwner インターフェイスを実装しており、これによって、そのオーナーの内蔵 ValueList にします(EmbeddableEditorOwnerBase 派生実装)。ValueList の機能を使用するために IValueListOwner インターフェイスを実装する必要はありません。