The following table lists the drop down button visibility configurable aspects of the WinCombo control through the DropDownButtonDisplayStyle property.
Configurable aspects
Details
Enumeration Value
Example
Always Display Drop-Down Button
The drop-down button is always displayed, as is the case with the generic ComboBox control provided by Microsoft
ButtonDisplayStyle.Always
Never Display Drop-Down Button
The drop-down button is never displayed
ButtonDisplayStyle.Never
Display Drop-Down Button OnMouseEnter
The drop-down button is displayed when the cursor passes into the boundaries of the control, and hidden when it passes outside
ButtonDisplayStyle.OnMouseEnter
Related Content
Topics
The following topics provide additional information related to this topic.