SearchBoxAutomationPeer(SearchBox) Constructor

Definition

Initializes a new instance of the SearchBoxAutomationPeer class.

 SearchBoxAutomationPeer(SearchBox const& owner);
public SearchBoxAutomationPeer(SearchBox owner);
function SearchBoxAutomationPeer(owner)
Public Sub New (owner As SearchBox)

Parameters

owner
SearchBox

The SearchBox to create a peer for.

Applies to