TimePickerAutomationPeer(TimePicker) 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.
Initializes a new instance of the TimePickerAutomationPeer class.
TimePickerAutomationPeer(TimePicker const& owner);
public TimePickerAutomationPeer(TimePicker owner);
function TimePickerAutomationPeer(owner)
Public Sub New (owner As TimePicker)
Parameters
- owner
- TimePicker
The TimePicker to create the peer for.