ToolStripSplitMenuItem コンストラクター

定義

オーバーロード

ToolStripSplitMenuItem()

public:
 ToolStripSplitMenuItem();
public ToolStripSplitMenuItem();
Public Sub New ()

適用対象

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)

パラメーター

text
String

適用対象

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)

パラメーター

text
String
image
Image

適用対象

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)

パラメーター

text
String
image
Image
onActivate
EventHandler

適用対象