ListBoxAutomationPeer(ListBox) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe ListBoxAutomationPeer.
public:
ListBoxAutomationPeer(System::Windows::Controls::ListBox ^ owner);
public ListBoxAutomationPeer (System.Windows.Controls.ListBox owner);
new System.Windows.Automation.Peers.ListBoxAutomationPeer : System.Windows.Controls.ListBox -> System.Windows.Automation.Peers.ListBoxAutomationPeer
Public Sub New (owner As ListBox)
Parâmetros
- owner
- ListBox
O ListBox associado a este ListBoxAutomationPeer.