ToolStripControlHost.ToolStripHostedControlAccessibleObject Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Hiermit wird eine neue ToolStripControlHost.ToolStripHostedControlAccessibleObject-Instanz mit dem auf der Toolleiste gehosteten angegebenen Steuerelement und Steuerelementhost initialisiert.
public:
ToolStripHostedControlAccessibleObject(System::Windows::Forms::Control ^ toolStripHostedControl, System::Windows::Forms::ToolStripControlHost ^ toolStripControlHost);
public ToolStripHostedControlAccessibleObject (System.Windows.Forms.Control toolStripHostedControl, System.Windows.Forms.ToolStripControlHost toolStripControlHost);
public ToolStripHostedControlAccessibleObject (System.Windows.Forms.Control toolStripHostedControl, System.Windows.Forms.ToolStripControlHost? toolStripControlHost);
new System.Windows.Forms.ToolStripControlHost.ToolStripHostedControlAccessibleObject : System.Windows.Forms.Control * System.Windows.Forms.ToolStripControlHost -> System.Windows.Forms.ToolStripControlHost.ToolStripHostedControlAccessibleObject
Public Sub New (toolStripHostedControl As Control, toolStripControlHost As ToolStripControlHost)
Parameter
- toolStripHostedControl
- Control
Dies ist das im ToolStripControlHost-Container gehostete Steuerelement.
- toolStripControlHost
- ToolStripControlHost
Dies ist der Container, der ein Steuerelement in der ToolStrip-Klasse hostet.