Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / ListHeaderPane Property


In This Topic
ListHeaderPane Property (GcComboBox)
In This Topic
Gets a ListHeaderPane value indicates the header pane of control.
Syntax
'Declaration
 
Public ReadOnly Property ListHeaderPane As ListHeaderPane
 
'Usage
 
Dim instance As GcComboBox
Dim value As ListHeaderPane
 
value = instance.ListHeaderPane

Property Value

A ListHeaderPane value.
Remarks
The property determines the appearance of the header panel of the drop-down list.
See Also