[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=WinElement Inherit=Control Interfaces=Component,MarshalByRefObject,Object,ControlManager Info=Represents a standard Windows track bar Category=Common [Edit] Class=TrackBar Color=BackColor Kind=Orientation [Property] Width= | |104 Height= | |45 Text= | | BackColor= | |clBtnFace @AutoSize=Sets a value indicating whether the height or width of the track bar is being automatically sized. ARG(bool)|14|0|True,False @LargeChange=Sets a value to be added to or subtracted from the Value property when the scroll box is moved a large distance. ARG(int)|1|5 @Maximum=Sets the upper limit of the range this TrackBar is working with. ARG(int)|1|10 @Minimum=Sets the lower limit of the range this TrackBar is working with. ARG(int)|1|0 @Orientation=Sets a value indicating the horizontal or vertical orientation of the track bar.ARG(Orientation)|14|0|Horizontal,Vertical @RightToLeftLayout=Sets a value indicating whether the contents of the TrackBar will be laid out from right to left. ARG(bool)|14|1|True,False @SmallChange=Sets the value added to or subtracted from the Value property when the scroll box is moved a small distance. ARG(int)|1|1 @TickFrequency=Sets a value that specifies the delta between ticks drawn on the control.ARG(int)|1|1 @TickStyle=Sets a value indicating how to display the tick marks on the track bar.ARG(TickStyle)|14|2|None,TopLeft,BottomRight,Both @Value=Sets a numeric value that represents the current position of the scroll box on the track bar.ARG(int)|1|0 [Methods] *doSetRange=Sets the minimum and maximum values for a TrackBar. ARG(int minValue, int maxValue)|1|0 *onAutoSizeChanged=Occurs when the value of the AutoSize property changes. ARG(EventArgs)|2|0 *onRightToLeftLayoutChanged=Occurs when the value of the RightToLeftLayout property changes. ARG(EventArgs)|2|0 *onScroll=Occurs when either a mouse or keyboard action moves the scroll box.ARG(EventArgs)|2|0 onValueChanged=Occurs when the Value property of a track bar changes, either by movement of the scroll box or by manipulation in code. ARG(int)|2|1 *AutoSize=Returns a value indicating whether the height or width of the track bar is being automatically sized. ARG(bool)|3|104 *LargeChange=Returns a value to be added to or subtracted from the Value property when the scroll box is moved a large distance. ARG(int)|3|1 *Maximum=Returns the upper limit of the range this TrackBar is working with. ARG(int)|3|1 *Minimum=Returns the lower limit of the range this TrackBar is working with. ARG(int)|3|1 *Orientation=Returns a value indicating the horizontal or vertical orientation of the track bar.ARG(Orientation)|3|0 *RightToLeftLayout=Returns a value indicating whether the contents of the TrackBar will be laid out from right to left. ARG(bool)|3|104 *SmallChange=Returns the value added to or subtracted from the Value property when the scroll box is moved a small distance. ARG(int)|3|1 *TickFrequency=Returns a value that specifies the delta between ticks drawn on the control.ARG(int)|3|1 *TickStyle=Returns a value indicating how to display the tick marks on the track bar.ARG(TickStyle)|3|0 Value=Returns a numeric value that represents the current position of the scroll box on the track bar.ARG(int)|3|1 TrackBar=Returns the TrackBar object. ARG(TrackBar)|3|0 *maxValue=The upper limit of the range of the track bar. ARG(int)|4|1 *minValue=The lower limit of the range of the track bar. ARG(int)|4|1