OnMenuCommand

------- Kullanımı

Function ModulFile_OnMenuCommand(Form as Object, Name as String, Cmd as Number) as Bool
 'This is called when a menu item of this document is selected!
 ModulFile_OnMenuCommand:=True
EndFunction

Parametreler Form as Object Name as String Cmd as Number Geri Dönüş Değeri Bool Dikkat Edilecek Hususlar ----- Örnek

-----

Örnek Açıklaması -----

Last updated