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


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

    Field Value

    The identifier for the AutoWordSelection dependency property.
    See Also