TextBox.IsSpellCheckEnabledProperty Property

Definition

Identifies the IsSpellCheckEnabled dependency property.

public:
 static property DependencyProperty ^ IsSpellCheckEnabledProperty { DependencyProperty ^ get(); };
static DependencyProperty IsSpellCheckEnabledProperty();
public static DependencyProperty IsSpellCheckEnabledProperty { get; }
var dependencyProperty = TextBox.isSpellCheckEnabledProperty;
Public Shared ReadOnly Property IsSpellCheckEnabledProperty As DependencyProperty

Property Value

The identifier for the IsSpellCheckEnabled dependency property.

Applies to