ISDBUIDropDown::OnSelectFunc: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
m (Fixed a link)
 
Line 3: Line 3:
===Property description===
===Property description===


Name of the function that is called when a dropped item is selected. The function is expected to be in [[ISDBUIDropDown::UseScript]] file. There is one parameter passed to the function - this dropdown control ([[SDBDropDown]] object).
Name of the function that is called when a dropped item is selected. The function is expected to be in [[ISDBUIDropDown::UseScript]] file. There is one parameter passed to the function - this dropdown control ([[SDBUIDropDown]] object).


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

Latest revision as of 23:07, 24 March 2007

CoClass SDBUIDropDown, Interface ISDBUIDropDown

Property Get/Let OnSelectFunc As String


Property description

Name of the function that is called when a dropped item is selected. The function is expected to be in ISDBUIDropDown::UseScript file. There is one parameter passed to the function - this dropdown control (SDBUIDropDown object).