Version

DropDownEditorButtonBase Class

Abstract base class for an editor button that displays a dropdown.
Syntax
'Declaration
 
Public MustInherit Class DropDownEditorButtonBase 
   Inherits EditorButton
   Implements Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx 
public abstract class DropDownEditorButtonBase : EditorButton, Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx  
Remarks

The DropDownEditorButtonBase is a base editor button class for displaying a dropdown window. It exposes common events relating to dropping down a separate window including the BeforeDropDown and AfterCloseUp events. It also exposes methods for programatically displaying (DropDown) or hiding (CloseUp) the dropdown window.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also