Version

DropDownEditorButton Class

Editor button class for displaying a Control in a dropdown window.
Syntax
'Declaration
 
Public Class DropDownEditorButton 
   Inherits DropDownEditorButtonBase
   Implements Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx, Infragistics.Win.IDropDownResizeHandleOwner 
public class DropDownEditorButton : DropDownEditorButtonBase, Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx, Infragistics.Win.IDropDownResizeHandleOwner  
Remarks

The DropDownEditorButton represents an editor button that is capable of displaying a Control in a separate window.

The DropDown method may be used to display the dropdown window while the editor is in edit mode. The CloseUp method can be used to hide the dropdown window. There is also a static method, FromControl, that may be used to determine the DropDownEditorButton that is displaying a specified control or child control.

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