ToolStripSplitMenuItem Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
ToolStripSplitMenuItem() | |
ToolStripSplitMenuItem(String) | |
ToolStripSplitMenuItem(String, Image) | |
ToolStripSplitMenuItem(String, Image, EventHandler) |
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