ToolStripLabelMenuItem 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
ToolStripLabelMenuItem() | |
ToolStripLabelMenuItem(String) |
ToolStripLabelMenuItem()
public:
ToolStripLabelMenuItem();
public ToolStripLabelMenuItem ();
Public Sub New ()
Applies to
ToolStripLabelMenuItem(String)
public:
ToolStripLabelMenuItem(System::String ^ text);
public ToolStripLabelMenuItem (string text);
new Microsoft.ReportDesigner.ToolStripLabelMenuItem : string -> Microsoft.ReportDesigner.ToolStripLabelMenuItem
Public Sub New (text As String)
Parameters
- text
- String