SDBUIForm: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
(added note about default and cancel button)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
== CoClass SDBUIForm ==
== CoClass SDBUIForm ==


Representation of a single window.
Object represents a single window.
 
When user presses <tt>Enter</tt> in the window, [[ISDBUIButton::Default|default button]] handler is called. When user presses <tt>Esc</tt>, the [[ISDBUIButton::Cancel|cancel button]] handler is called. Both of these are optional.


=== ISDBUIForm members ===
=== ISDBUIForm members ===
Line 14: Line 16:
|[[ISDBUIForm::ShowModal|ShowModal]] |Method |   
|[[ISDBUIForm::ShowModal|ShowModal]] |Method |   
|[[ISDBUIForm::StayOnTop|StayOnTop]] |Property Get/Let |   
|[[ISDBUIForm::StayOnTop|StayOnTop]] |Property Get/Let |   
|[[ISDBUIForm::ActiveControl|ActiveControl]] |Property Get/Let | From version 3.2  
|[[ISDBUIForm::ActiveControl|ActiveControl]] |Property Get/Let | From 3.1.2.
}}
}}



Latest revision as of 16:00, 23 April 2013