ButtonBaseAutomationPeer(ButtonBase) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides base class initialization behavior for ButtonBase derived classes.
protected:
ButtonBaseAutomationPeer(ButtonBase ^ owner);
ButtonBaseAutomationPeer(ButtonBase const& owner);
protected ButtonBaseAutomationPeer(ButtonBase owner);
function ButtonBaseAutomationPeer(owner)
Protected Sub New (owner As ButtonBase)
Parameters
- owner
- ButtonBase
The owner element to create for.