InkWordNode.IsStringSupported Method ()
Indicates whether recognized string of the current InkWordNode 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 As Boolean
'Usage
Dim instance As InkWordNode
Dim returnValue As Boolean
returnValue = instance.IsStringSupported
public bool IsStringSupported ()
public:
bool IsStringSupported ()
public boolean IsStringSupported ()
public function IsStringSupported () : boolean
Not applicable.
Return Value
true if the recognized string value of the current InkWordNode 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