ISDBProgress::Value: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
Line 3: Line 3:
===Property description===
===Property description===


Gets or sets the current value (that should be between 0 and [[ISDBProgress::MaxValue]]).
Gets or sets the current value. Value should be between range 0 and [[ISDBProgress::MaxValue]] inclusive.


=== Related Topics ===  
=== Related Topics ===  

Latest revision as of 19:01, 20 April 2013

CoClass SDBProgress, Interface ISDBProgress

Property Get/Let Value As Long


Property description

Gets or sets the current value. Value should be between range 0 and ISDBProgress::MaxValue inclusive.

Related Topics