OnMenuCommand
------- Kullanımı
Function OnMenuCommand(Name as String, Cmd as Number) as Bool
'This is called when a menu item of this service is selected!
OnMenuCommand:=True
EndFunction
Parametreler Name as String Cmd as Number Geri Dönüş Değeri Bool Dikkat Edilecek Hususlar ----- Örnek
-----
Örnek Açıklaması -----
Last updated