[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=WinElement Inherit=Control Interfaces=Component,MarshalByRefObject,Object,ControlManager Info=Represents a Windows progress bar control Category=Common [Edit] Class=Progress Color=BackColor [Property] Width= | |100 Height= | |23 BackColor= | |clBtnFace ForeColor= | |clHighlight @MarqueeAnimationSpeed=Sets the time period, in milliseconds, that it takes the progress block to scroll across the progress bar.ARG(int)|1|100 @Maximum=Sets the maximum value of the range of the control.ARG(int)|1|100 @Minimum=Sets the minimum value of the range of the control.ARG(int)|1|0 @RightToLeftLayout=Sets a value indicating whether the ProgressBar and any text it contains is displayed from right to left. ARG(bool)|14|1|True,False @Step=Sets the amount by which a call to the PerformStep method increases the current position of the progress bar. ARG(int)|1|10 @Style=Sets the manner in which progress should be indicated on the progress bar.ARG(ProgressBarStyle)|14|0|Blocks,Continuous,Marquee @Value=Sets the current position of the progress bar.ARG(int)|1|0 [Methods] doValue=Sets the current position of the progress bar. ARG(int val)|1|0 *doIncrement=Advances the current position of the progress bar by the specified amount.ARG(int val)|1|0 *doPerformStep=Advances the current position of the progress bar by the amount of the Step property. ARG()|1|0 *onPaddingChanged=Occurs when the value of the Padding property changes. ARG(EventArgs)|2|0 *onRightToLeftLayoutChanged=Occurs when the RightToLeftLayout property changes. ARG(EventArgs)|2|0 *MarqueeAnimationSpeed=Returns the time period, in milliseconds, that it takes the progress block to scroll across the progress bar.ARG(int)|3|1 *Maximum=Returns the maximum value of the range of the control.ARG(int)|3|1 *Minimum=Returns the minimum value of the range of the control.ARG(int)|3|1 *RightToLeftLayout=Returns a value indicating whether the ProgressBar and any text it contains is displayed from right to left. ARG(bool)|3|104 *Step=Returns the amount by which a call to the PerformStep method increases the current position of the progress bar. ARG(int)|3|1 *Style=Returns the manner in which progress should be indicated on the progress bar.ARG(ProgressBarStyle)|3|0 Value=Returns the current position of the progress bar.ARG(int)|3|1 ProgressBar=Returns the ProgressBar object. ARG(ProgressBar)|3|0 val=The amount by which to increment the progress bar's current position. ARG(int)|4|1