DomainUpDown.DomainItemAccessibleObject(String, AccessibleObject) 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 DomainUpDown.DomainItemAccessibleObject class.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
DomainItemAccessibleObject(System::String ^ name, System::Windows::Forms::AccessibleObject ^ parent);
public DomainItemAccessibleObject (string name, System.Windows.Forms.AccessibleObject parent);
public DomainItemAccessibleObject (string? name, System.Windows.Forms.AccessibleObject parent);
new System.Windows.Forms.DomainUpDown.DomainItemAccessibleObject : string * System.Windows.Forms.AccessibleObject -> System.Windows.Forms.DomainUpDown.DomainItemAccessibleObject
Public Sub New (name As String, parent As AccessibleObject)
Parameters
- name
- String
The name of the DomainUpDown.DomainItemAccessibleObject.
- parent
- AccessibleObject
The AccessibleObject that contains the items in the DomainUpDown control.
Remarks
The name of the DomainUpDown.DomainItemAccessibleObject is the string that represents an item in the DomainUpDown control.