ISDBUICommonEvents::OnKeyPress: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
m (introduced, see also)
 
Line 10: Line 10:
This event is called when a key is pressed.
This event is called when a key is pressed.


Introduced in MediaMonkey 3.1.0.1221.
{{Introduced|3.1.0.1221}}
 
===See Also===
*[[ISDBUICommonEvents::OnKeyDown]]
*[[ISDBUICommonEvents::OnKeyUp]]


[[Category:Scripting|{{PAGENAME}}]]
[[Category:Scripting|{{PAGENAME}}]]

Latest revision as of 21:59, 20 April 2013

CoClass SDBUICommon, Interface ISDBUICommonEvents

Sub OnKeyPress(Key As String)


Parameters

Name Type Description
Key String Specifies character that was just pressed.


Event description

This event is called when a key is pressed.

Introduced in MediaMonkey version 3.1.0.1221.


See Also