Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxEditingControl Class / ListHeaderPane Property


In This Topic
    ListHeaderPane Property (GcComboBoxEditingControl)
    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 GcComboBoxEditingControl
    Dim value As ListHeaderPane
     
    value = instance.ListHeaderPane
    public ListHeaderPane ListHeaderPane {get;}

    Property Value

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