Compartir a través de


InkWordNode.IsStringSupported Method (String)

Indicates whether the specified recognized string comes from the system dictionary, user dictionary, or word list. Any restricting data, like wordlists, guides or factoids, in any corresponding AnalysisHintNode is used to determine if the string is supported.

Namespace: System.Windows.Ink
Assembly: IAWinFX (in iawinfx.dll)

Syntax

'Declaration
Public Function IsStringSupported ( _
    text As String _
) As Boolean
'Usage
Dim instance As InkWordNode
Dim text As String
Dim returnValue As Boolean

returnValue = instance.IsStringSupported(text)
public bool IsStringSupported (
    string text
)
public:
bool IsStringSupported (
    String^ text
)
public boolean IsStringSupported (
    String text
)
public function IsStringSupported (
    text : String
) : boolean
Not applicable.

Parameters

  • text
    The specified recognized string.

Return Value

true if the specified string is supported by the InkRecognizer with any corresponding AnalysisHintNode nodes applied, false if not supported.

Platforms

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

InkWordNode Class
InkWordNode Members
System.Windows.Ink Namespace