TextBox.OnCreateAutomationPeer メソッド

定義

テキスト ボックスの AutomationPeer オブジェクトを作成し、返します。

protected:
 override System::Windows::Automation::Peers::AutomationPeer ^ OnCreateAutomationPeer();
protected override System.Windows.Automation.Peers.AutomationPeer OnCreateAutomationPeer ();
override this.OnCreateAutomationPeer : unit -> System.Windows.Automation.Peers.AutomationPeer
Protected Overrides Function OnCreateAutomationPeer () As AutomationPeer

戻り値

テキスト ボックスの AutomationPeer オブジェクト。

注釈

このメソッドは、ContentElement.OnCreateAutomationPeer をオーバーライドします。

適用対象