Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcComboBox Class / DisabledForegroundProperty Field


In This Topic
    DisabledForegroundProperty Field (GcComboBox)
    In This Topic
    Identifies the DisabledForeground dependency property.
    Syntax
    'Declaration
     
    Public Shared ReadOnly DisabledForegroundProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = GcComboBox.DisabledForegroundProperty
    public static readonly DependencyProperty DisabledForegroundProperty

    Field Value

    The identifier for the DisabledForeground dependency property.
    See Also