Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcTextBox Class / HighlightTextProperty Field


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

    Field Value

    The identifier for the HighlightText dependency property.
    See Also