Condividi tramite


Proprietà TextInputPanel.AttachedEditControl

Aggiornamento: novembre 2007

Ottiene o imposta il controllo a cui è associato l'oggetto TextInputPanel.

Spazio dei nomi:  Microsoft.Ink.TextInput
Assembly:  Microsoft.Ink (in Microsoft.Ink.dll)

Sintassi

'Dichiarazione
Public Property AttachedEditControl As Control
'Utilizzo
Dim instance As TextInputPanel
Dim value As Control

value = instance.AttachedEditControl

instance.AttachedEditControl = value
public Control AttachedEditControl { get; set; }
public:
property Control^ AttachedEditControl {
    Control^ get ();
    void set (Control^ value);
}
/** @property */
public Control get_AttachedEditControl()
/** @property */
public  void set_AttachedEditControl(Control value)
public function get AttachedEditControl () : Control
public function set AttachedEditControl (value : Control)

Valore proprietà

Tipo: System.Windows.Forms.Control
Controllo a cui è associato l'oggetto TextInputPanel.

Esempi

Nell'esempio riportato di seguito viene illustrata un'istanza di tip. La proprietà Control.Name di AttachedEditControl è utilizzata per impostare la proprietà TextBox.Text di TextBox, outputTextBox.

outputTextBox.Text += "Attached Edit Control is " + tip.AttachedEditControl.Name + Environment.NewLine
outputTextBox.Text += "Attached Edit Control is " + tip.AttachedEditControl.Name + Environment.NewLine;

Piattaforme

Windows Vista, Windows XP SP2, Windows Server 2003

.NET Framework e .NET Compact Framework non supportano tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema di .NET Framework.

Informazioni sulla versione

.NET Framework

Supportato in: 3.0

Vedere anche

Riferimenti

TextInputPanel Classe

Membri TextInputPanel

Spazio dei nomi Microsoft.Ink.TextInput