TextInputPanel.ExpandPostInsertionCorrection, propriété
Mise à jour : November 2007
Obtient ou définit une valeur qui indique si la zone de correction du Panneau de saisie Tablet PC est automatiquement développée.
Espace de noms : Microsoft.Ink.TextInput
Assembly : Microsoft.Ink (dans Microsoft.Ink.dll)
Syntaxe
'Déclaration
Public Property ExpandPostInsertionCorrection As Boolean
'Utilisation
Dim instance As TextInputPanel
Dim value As Boolean
value = instance.ExpandPostInsertionCorrection
instance.ExpandPostInsertionCorrection = value
public bool ExpandPostInsertionCorrection { get; set; }
public:
property bool ExpandPostInsertionCorrection {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_ExpandPostInsertionCorrection()
/** @property */
public void set_ExpandPostInsertionCorrection(boolean value)
public function get ExpandPostInsertionCorrection () : boolean
public function set ExpandPostInsertionCorrection (value : boolean)
Valeur de propriété
Type : System.Boolean
true si la zone de correction du Panneau de saisie Tablet PC est automatiquement développée ; sinon, false.
Exemples
L'exemple suivant présente l'utilisation de ExpandPostInsertionCorrection: L'objet tip est une instance de TextInputPanel.
tip = New TextInputPanel()
tip.AttachedEditWindow = textBox1.Handle
tip.DefaultInPlaceState = InPlaceState.Expanded
tip.ExpandPostInsertionCorrection = True
tip = new TextInputPanel();
tip.AttachedEditWindow = textBox1.Handle;
tip.DefaultInPlaceState = InPlaceState.Expanded;
tip.ExpandPostInsertionCorrection = true;
Plateformes
Windows Vista, Windows XP SP2, Windows Server 2003
Le .NET Framework et le .NET Compact Framework ne prennent pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.
Informations de version
.NET Framework
Pris en charge dans : 3.0