ToolStripSplitButton Constructor (String^, Image^, array<ToolStripItem^>^)
.NET Framework (current version)
Initializes a new instance of the ToolStripSplitButton class with the specified text, image, and ToolStripItem array.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: ToolStripSplitButton( String^ text, Image^ image, ... array<ToolStripItem^>^ dropDownItems )
Parameters
- text
-
Type:
System::String^
The text to be displayed on the ToolStripSplitButton.
- image
-
Type:
System.Drawing::Image^
The Image to be displayed on the ToolStripSplitButton.
- dropDownItems
-
Type:
array<System.Windows.Forms::ToolStripItem^>^
A ToolStripItem array of controls.
.NET Framework
Available since 2.0
Available since 2.0
Show: