Skip to content

Latest commit

 

History

History
101 lines (76 loc) · 4.91 KB

nf-peninputpanel-ipeninputpanel-put_factoid.md

File metadata and controls

101 lines (76 loc) · 4.91 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:peninputpanel.IPenInputPanel.put_Factoid
IPenInputPanel::put_Factoid (peninputpanel.h)
Deprecated. The PenInputPanel has been replaced by the Text Input Panel (TIP).Gets or sets the string name of the factoid used by the PenInputPanel object. (Put)
1497502f-ce0e-4965-ab6a-af3c3ecdb0fe
Factoid property [Tablet PC]
Factoid property [Tablet PC]
IPenInputPanel interface
IPenInputPanel interface [Tablet PC]
Factoid property
IPenInputPanel.Factoid
IPenInputPanel.put_Factoid
IPenInputPanel::Factoid
IPenInputPanel::get_Factoid
IPenInputPanel::put_Factoid
PenInputPanel.get_Factoid
PenInputPanel.put_Factoid
get_Factoid
peninputpanel/IPenInputPanel::Factoid
peninputpanel/IPenInputPanel::get_Factoid
peninputpanel/IPenInputPanel::put_Factoid
put_Factoid
tablet.peninputpanel_factoid
tablet\peninputpanel_factoid.htm
tablet
1497502f-ce0e-4965-ab6a-af3c3ecdb0fe
12/05/2018
1497502f-ce0e-4965-ab6a-af3c3ecdb0fe, Factoid property [Tablet PC], Factoid property [Tablet PC],IPenInputPanel interface, IPenInputPanel interface [Tablet PC],Factoid property, IPenInputPanel.Factoid, IPenInputPanel.put_Factoid, IPenInputPanel::Factoid, IPenInputPanel::get_Factoid, IPenInputPanel::put_Factoid, PenInputPanel.get_Factoid, PenInputPanel.put_Factoid, get_Factoid, peninputpanel/IPenInputPanel::Factoid, peninputpanel/IPenInputPanel::get_Factoid, peninputpanel/IPenInputPanel::put_Factoid, put_Factoid, tablet.peninputpanel_factoid
peninputpanel.h
Windows
Windows XP Tablet PC Edition [desktop apps only]
None supported
InkObj.dll
Windows
19H1
IPenInputPanel::put_Factoid
peninputpanel/IPenInputPanel::put_Factoid
c++
APIRef
kbSyntax
COM
InkObj.dll
InkObj.dll.dll
IPenInputPanel.Factoid
IPenInputPanel.get_Factoid
IPenInputPanel.put_Factoid
PenInputPanel.get_Factoid
PenInputPanel.put_Factoid

IPenInputPanel::put_Factoid

-description

Deprecated. The PenInputPanel has been replaced by the Text Input Panel (TIP).

Gets or sets the string name of the factoid used by the PenInputPanel object.

This property is read/write.

-parameters

-remarks

A factoid provides a recognizer context for ink within a particular field. You specify a factoid if an input field is of a known type. For example, if the input field contains a date, specify the Date factoid.

For more information about factoids and how to use them, see Using Context to Improve Accuracy. For a list of possible values for the Factoid property, see Supported Factoids from Version 1.

Note  String representations of factoids are case-sensitive.
 
This property has no effect on keypads or keyboards.

The WordList factoid is not supported for the PenInputPanel object.

The default value for the Factoid property is DEFAULT. In locales that use recognizers of Latin script, all factoids may be used. In locales that use recognizers of East Asian characters, the following factoid values are relevant:

  • DIGIT: Implies the Num bias button on the East Asian writing pad.
  • ONECAHR: Implies the Alpha bias button on the East Asian writing pad.
  • Common factoids (JapaneseCommon, ChineseSimpleCommon, ChineseTraditionalCommon, KoreanCommon, KanjiCommon, and HangulCommon) imply the Alpha/Num bias button on the East Asian writing pad.
All factoid values other than DIGIT and ONECHAR are interpreted as the common factoid that is appropriate for the current input locale.

If the Factoid property is set, it is forwarded to the recognizer only if the SetInputScope function has not also been called.

-see-also

Factoid Constants

IPenInputPanel

PenInputPanel