'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, _
ByVal onClickRaises the System.EventHandler event when the user clicks the CheckedToolStripSplitButton.As System.EventHandler, _
ByVal nameThe name of the CheckedToolStripSplitButton.As System.String _
)
public CheckedToolStripSplitButton(
System.String text,
System.Drawing.Image image,
System.EventHandler onClick,
System.String name
)
public: CheckedToolStripSplitButton(
System.String text,
System.Drawing.Image* image,
System.EventHandler* onClick,
System.String name
)
public:
CheckedToolStripSplitButton(
System.String text,
System.Drawing.Image^ image,
System.EventHandler^ onClick,
System.String name
)
Parameters
- text
- The text to display on the CheckedToolStripSplitButton.
- image
- The System.Drawing.Image to be displayed on the CheckedToolStripSplitButton.
- onClick
- Raises the System.EventHandler event when the user clicks the CheckedToolStripSplitButton.
- name
- The name of the CheckedToolStripSplitButton.