String Property (Automation Only)
String Property (Automation Only) |
Returns the top string of the alternate.
Declaration
[C++]
[propget] HRESULT get_String([out,retval]BSTR* RecoString);
[Microsoft® Visual Basic® 6.0]
Public Property Get String() As String
Property Value
BSTR The top string of the IInkRecognitionAlternate object.
This property is read-only.
For more information about the BSTR data type, see Using the Automation Library.
Return Value
HRESULT value | Description |
---|---|
S_OK | Success. |
TPC_E_RECOGNIZER_NOT_REGISTERED | No recognizers are installed. |