Skip to content

MenuItemAddWithBitmapType

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

MenuItemAddWithBitmapType Function

Syntax

Function MenuItemAddWithBitmapType Alias "MenuItemAddWithBitmapType"(PMenuItem As My.Sys.Forms.MenuItem Ptr, ByRef sCaption As WString, iImage As My.Sys.Drawing.BitmapType Ptr, 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.
iImage BitmapType Required.
sKey String Optional.
eClick Any Optional.
Index Integer Optional.

Return Value

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