[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Inherit=ToolStripItem,ToolStripControlHost Interfaces=Component,MarshalByRefObject,Object,ToolStripProgressBar Info=Represents a Windows progress bar control contained in a StatusStrip. [Property] Constructor=Sets the Constructor of the ToolStripProgressBar class. ARG(enum)|14|0|Constructor,Constructor2 @MarqueeAnimationSpeed=Sets a value representing the delay between each Marquee display update, in milliseconds. ARG(int)|1|100 @Maximum=Sets the upper bound of the range that is defined for this ToolStripProgressBar. ARG(int)|1|100 @Minimum=Sets the lower bound of the range that is defined for this ToolStripProgressBar. ARG(int)|1|0 @RightToLeftLayout=Sets a value indicating whether the ToolStripProgressBar layout is right-to-left or left-to-right when the RightToLeft property is set to Yes. ARG(bool)|14|1|True,False @Step=Sets the amount by which to increment the current value of the ToolStripProgressBar when the PerformStep method is called. ARG(int)|1|10 @Style=Sets the style of the ToolStripProgressBar. ARG(ProgressBarStyle)|14|0|Blocks,Continuous,Marquee @Value=Sets the current value of the ToolStripProgressBar. ARG(int)|1|0 [Methods] *doConstructor=Initializes a new instance of the ToolStripProgressBar class. ARG()|1|0 *doConstructor2=Initializes a new instance of the ToolStripProgressBar class with specified name. ARG(string name)|1|0 *doIncrement=Advances the current position of the progress bar by the specified amount. ARG(int value)|1|0 *doPerformStep=Advances the current position of the progress bar by the amount of the Step property. ARG()|1|0 *doText=Sets the text displayed on the ToolStripProgressBar. ARG(string)|1|0 *onRightToLeftLayoutChanged=Occurs when the value of the RightToLeftLayout property changes. ARG(EventArgs)|2|0 *.Value=Returns the current value of the ToolStripProgressBar. ARG(int)|3|1 *MarqueeAnimationSpeed=Returns a value representing the delay between each Marquee display update, in milliseconds. ARG(int)|3|1 *Maximum=Returns the upper bound of the range that is defined for this ToolStripProgressBar. ARG(int)|3|1 *Minimum=Returns the lower bound of the range that is defined for this ToolStripProgressBar. ARG(int)|3|1 *ProgressBar=Returns the ProgressBar. ARG(ProgressBar)|3|0 *RightToLeftLayout=Returns a value indicating whether the ToolStripProgressBar layout is right-to-left or left-to-right when the RightToLeft property is set to Yes. ARG(bool)|3|104 *Step=Returns the amount by which to increment the current value of the ToolStripProgressBar when the PerformStep method is called. ARG(int)|3|1 *Style=Returns the style of the ToolStripProgressBar. ARG(ProgressBarStyle)|3|0 *Text=Returns the text displayed on the ToolStripProgressBar. ARG(string)|3|2 ToolStripProgressBar=Returns the ToolStripProgressBar object. ARG(ToolStripProgressBar)|3|0 *name=Defines the name of the ToolStripProgressBar. ARG(string)|4|2 *value=Defines the amount by which to increment the progress bar's current position. ARG(int)|4|1