TextBoxHelper.

SetIsSpellCheckContextMenuEnabled(UIElement, bool) Method

Namespace
MahApps.Metro.Controls
Containing Type
TextBoxHelper

Syntax

[AttachedPropertyBrowsableForType(typeof(TextBoxBase))]
public static void SetIsSpellCheckContextMenuEnabled(UIElement element, bool value)

Attributes

Type Description
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element UIElement
value bool

Return Value

Type Description
void