'宣言 Public MustInherit Class DropDownEditorButtonBase Inherits EditorButton Implements Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx
public abstract class DropDownEditorButtonBase : EditorButton, Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx
]DropDownEditorButtonBase は、ドロップダウン ウィンドウを表示するための基本エディター ボタン クラスです。このクラスは、別ウィンドウのドロップダウンに関連する一般的なイベント(BeforeDropDown イベントや AfterCloseUp イベント)を公開しています。また、ドロップダウン ウィンドウをプログラムから表示したり(DropDown)、非表示にしたり(CloseUp)するメソッドも公開しています。