CreateMenuItem Method (ChartMenuItemBase)
In This Topic
Create toggle menu item.
Syntax
'Declaration
Protected Function CreateMenuItem( _
ByVal As System.String, _
ByVal As System.Boolean, _
ByVal As System.Action(Of Boolean) _
) As System.Windows.Forms.ToolStripMenuItem
protected System.Windows.Forms.ToolStripMenuItem CreateMenuItem(
System.string ,
System.bool ,
System.Action<bool>
)
Parameters
- name
- val
- action
See Also