ToolStripSplitButton Constructor (String^)

 

Initializes a new instance of the ToolStripSplitButton class with the specified text.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
ToolStripSplitButton(
	String^ text
)

Parameters

text
Type: System::String^

The text to be displayed on the ToolStripSplitButton.

.NET Framework
Available since 2.0
Return to top
Show: