property ComboBox.HeaderVisible as Boolean

Retrieves or sets a value that indicates whether the the list's header is visible or hidden.

TypeDescription
Boolean A boolean expression that indicates whether the control's header bar is visible or hidden.

By default, the control's header bar is visible. Use the HeaderVisible property to hide the control's header bar. Use the HeaderAppearance to change the control's header bar appearance. Use the HeaderHeight property to specify the height of the control's header bar. Use the BackColorLevelHeader property to specify the background color of the header when it displays multiple levels. Use the HeaderBackColor and HeaderForeColor properties to defines the colors for the control's header bar. Use the Add method to add new columns to the control.