ToolStripDropDown.ToolStripDropDownAccessibleObject(ToolStripDropDown) 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 ToolStripDropDown.ToolStripDropDownAccessibleObject class.
public:
ToolStripDropDownAccessibleObject(System::Windows::Forms::ToolStripDropDown ^ owner);
public ToolStripDropDownAccessibleObject (System.Windows.Forms.ToolStripDropDown owner);
new System.Windows.Forms.ToolStripDropDown.ToolStripDropDownAccessibleObject : System.Windows.Forms.ToolStripDropDown -> System.Windows.Forms.ToolStripDropDown.ToolStripDropDownAccessibleObject
Public Sub New (owner As ToolStripDropDown)
Parameters
- owner
- ToolStripDropDown
The ToolStripDropDown that owns the ToolStripDropDown.ToolStripDropDownAccessibleObject.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.