'Declaration Public Function New( _
ByVal textThe text to display on the CheckedToolStripSplitButton.As System.String, _
ByVal imageThe System.Drawing.Image to be displayed on the CheckedToolStripSplitButton.As System.Drawing.Image _
)
public CheckedToolStripSplitButton(
System.String text,
System.Drawing.Image image
)
public: CheckedToolStripSplitButton(
System.String text,
System.Drawing.Image* image
)
public:
CheckedToolStripSplitButton(
System.String text,
System.Drawing.Image^ image
)
Parameters
- text
- The text to display on the CheckedToolStripSplitButton.
- image
- The System.Drawing.Image to be displayed on the CheckedToolStripSplitButton.