Freigeben über


TextInputPanel.AttachedEditControl-Eigenschaft

Ruft das Steuerelement ab, an das das TextInputPanel-Objekt angefügt ist, oder legt dieses Steuerelement fest.

Namespace:  Microsoft.Ink.TextInput
Assembly:  Microsoft.Ink (in Microsoft.Ink.dll)

Syntax

'Declaration
Public Property AttachedEditControl As Control
'Usage
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)

Eigenschaftenwert

Typ: System.Windows.Forms.Control
Das Steuerelement, an das das TextInputPanel-Objekt angefügt wird.

Beispiele

Im nächsten Beispiel wird tip als eine Instanz gezeigt. Mit der Control.Name-Eigenschaft von AttachedEditControl wird die TextBox.Text-Eigenschaft der TextBoxoutputTextBox festgelegt.

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

Plattformen

Windows Vista, Windows XP SP2, Windows Server 2003

.NET Framework und .NET Compact Framework unterstützen nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET Framework.

Versionsinformationen

.NET Framework

Unterstützt in: 3.0

Siehe auch

Referenz

TextInputPanel-Klasse

TextInputPanel-Member

Microsoft.Ink.TextInput-Namespace