Skip to content

MenuAdd

Xusinboy Bekchanov edited this page Nov 6, 2023 · 3 revisions

MenuAdd Function

Syntax

Function MenuAdd Alias "MenuAdd"(PMenuItem As My.Sys.Forms.MenuItem Ptr, ByRef sCaption As WString, ByRef sImageKey As WString, sKey As String = "", eClick As Any Ptr = NULL, Index As Integer = -1) As My.Sys.Forms.MenuItem Ptr Export

Parameters

Part Type Description
PMenuItem MenuItem Required.
sCaption WString Required.
sImageKey WString Required.
sKey String Optional.
eClick Any Optional.
Index Integer Optional.

Return Value

My.Sys.Forms.MenuItem Ptr Export
Clone this wiki locally