SpellCheck.GetIsEnabled(TextBoxBase) 메서드

정의

지정된 텍스트 편집 컨트롤에 대해 맞춤법 검사기를 활성화하는지 여부를 나타내는 값을 반환합니다.

public:
 static bool GetIsEnabled(System::Windows::Controls::Primitives::TextBoxBase ^ textBoxBase);
public static bool GetIsEnabled (System.Windows.Controls.Primitives.TextBoxBase textBoxBase);
static member GetIsEnabled : System.Windows.Controls.Primitives.TextBoxBase -> bool
Public Shared Function GetIsEnabled (textBoxBase As TextBoxBase) As Boolean

매개 변수

textBoxBase
TextBoxBase

확인할 텍스트 편집 컨트롤입니다. 예제 컨트롤에는 TextBoxRichTextBox가 있습니다.

반환

Boolean

텍스트 편집 컨트롤에 대해 맞춤법 검사기가 활성화되어 있으면 true이고, 그렇지 않으면 false입니다.

예외

textBoxBasenull인 경우

적용 대상