ToolStripSplitMenuItem Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ToolStripSplitMenuItem() | |
ToolStripSplitMenuItem(String) | |
ToolStripSplitMenuItem(String, Image) | |
ToolStripSplitMenuItem(String, Image, EventHandler) |
ToolStripSplitMenuItem()
public:
ToolStripSplitMenuItem();
public ToolStripSplitMenuItem();
Public Sub New ()
Applies to
ToolStripSplitMenuItem(String)
public:
ToolStripSplitMenuItem(System::String ^ text);
public ToolStripSplitMenuItem(string text);
new Microsoft.ReportDesigner.ToolStripSplitMenuItem : string -> Microsoft.ReportDesigner.ToolStripSplitMenuItem
Public Sub New (text As String)
Parameters
- text
- String
Applies to
ToolStripSplitMenuItem(String, Image)
public:
ToolStripSplitMenuItem(System::String ^ text, System::Drawing::Image ^ image);
public ToolStripSplitMenuItem(string text, System.Drawing.Image image);
new Microsoft.ReportDesigner.ToolStripSplitMenuItem : string * System.Drawing.Image -> Microsoft.ReportDesigner.ToolStripSplitMenuItem
Public Sub New (text As String, image As Image)
Parameters
- text
- String
- image
- Image
Applies to
ToolStripSplitMenuItem(String, Image, EventHandler)
public:
ToolStripSplitMenuItem(System::String ^ text, System::Drawing::Image ^ image, EventHandler ^ onActivate);
public ToolStripSplitMenuItem(string text, System.Drawing.Image image, EventHandler onActivate);
new Microsoft.ReportDesigner.ToolStripSplitMenuItem : string * System.Drawing.Image * EventHandler -> Microsoft.ReportDesigner.ToolStripSplitMenuItem
Public Sub New (text As String, image As Image, onActivate As EventHandler)
Parameters
- text
- String
- image
- Image
- onActivate
- EventHandler