ComboBox::ChildAccessibleObject Constructor (ComboBox^, IntPtr)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the ComboBox::ChildAccessibleObject class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- owner
-
Type:
System.Windows.Forms::ComboBox^
The ComboBox control that owns the ComboBox::ChildAccessibleObject.
- handle
-
Type:
System::IntPtr
A handle to part of the ComboBox.
The ComboBox control is internally made up of more than one control. The ComboBox::ChildAccessibleObject must know which handle to use. Since the handle to the individual control is a private member, consumers should not call this constructor.
.NET Framework
Available since 1.1
Available since 1.1
Show: