DomainUpDown::DomainItemAccessibleObject Constructor (String^, AccessibleObject^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the DomainUpDown::DomainItemAccessibleObject class.

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

public:
DomainItemAccessibleObject(
	String^ name,
	AccessibleObject^ parent
)

Parameters

name
Type: System::String^

The name of the DomainUpDown::DomainItemAccessibleObject.

parent
Type: System.Windows.Forms::AccessibleObject^

The AccessibleObject that contains the items in the DomainUpDown control.

The name of the DomainUpDown::DomainItemAccessibleObject is the string that represents an item in the DomainUpDown control.

.NET Framework
Available since 1.1
Return to top
Show: