バージョン

DropDownEditorButtonBase クラス

ドロップダウンを表示するエディター ボタンの抽象基本クラス。
シンタックス
'宣言
 
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) するメソッドも公開しています。

参照