ComboBox::ChildAccessibleObject Constructor (ComboBox^, IntPtr)

 

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.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
ChildAccessibleObject(
	ComboBox^ owner,
	IntPtr handle
)

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
Return to top
Show: