FormScriptCreateToolStripMenuItem Method |
Namespace: DWSIMAssembly: DWSIM (in DWSIM.exe) Version: 8.8.1.0
Syntax public ToolStripMenuItem CreateToolStripMenuItem(
string text,
Action clickaction
)
Public Function CreateToolStripMenuItem (
text As String,
clickaction As Action
) As ToolStripMenuItem
Request Example
View SourceParameters
- text String
-
- clickaction Action
-
Return Value
ToolStripMenuItemSee Also