Version

DropDownButtonDisplayStyle Property (EditorWithTextDropDownControlBase)

Gets/sets the display style for the control's dropdown button.
Syntax
'Declaration
 
Public Property DropDownButtonDisplayStyle As Infragistics.Win.ButtonDisplayStyle
public Infragistics.Win.ButtonDisplayStyle DropDownButtonDisplayStyle {get; set;}
Remarks

The UltraComboEditor control provides the ability to control whether the dropdown button is displayed.

When set to Always (default), the dropdown button is always displayed, as is the case with an intrinsic ComboBox control.

When set to Never, the dropdown button is never displayed. Note that this does not affect whether the list portion of the control can be displayed.

When set to OnMouseEnter, the dropdown button is displayed when the cursor passes into the boundaries of the control, and hidden when it passes outside.

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