DomainUpDown.DomainUpDownAccessibleObject(Control) 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.DomainUpDownAccessibleObject class.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
DomainUpDownAccessibleObject(System::Windows::Forms::Control ^ owner);
public DomainUpDownAccessibleObject(System.Windows.Forms.Control owner);
new System.Windows.Forms.DomainUpDown.DomainUpDownAccessibleObject : System.Windows.Forms.Control -> System.Windows.Forms.DomainUpDown.DomainUpDownAccessibleObject
Public Sub New (owner As Control)
Parameters
- owner
- Control
The Control that owns the Control.ControlAccessibleObject.