Eyeshot 10 WinForms API Reference
ProgressBar Constructor(styleType,Int32,String,Color,Color,Color,Double,Boolean,ToolBarButton,Boolean)

WinForms Assembly > devDept.Eyeshot Namespace > ProgressBar Class > ProgressBar Constructor : ProgressBar Constructor(styleType,Int32,String,Color,Color,Color,Double,Boolean,ToolBarButton,Boolean)
Progress bar style mode
Progress bar value [0-100]
Progress bar text
Progress bar text color
Progress bar text background color
Progress bar color
Drawing scale
Visibility status
The cancel button
When false, the UI element is drawn with a flat color.
Standard constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal style As ProgressBar.styleType, _
   ByVal value As Integer, _
   ByVal text As String, _
   ByVal textColor As Color, _
   ByVal textBackgroundColor As Color, _
   ByVal color As Color, _
   ByVal drawScale As Double, _
   ByVal visible As Boolean, _
   ByVal cancelButton As ToolBarButton, _
   ByVal lighting As Boolean _
)
public ProgressBar( 
   ProgressBar.styleType style,
   int value,
   string text,
   Color textColor,
   Color textBackgroundColor,
   Color color,
   double drawScale,
   bool visible,
   ToolBarButton cancelButton,
   bool lighting
)

Parameters

style
Progress bar style mode
value
Progress bar value [0-100]
text
Progress bar text
textColor
Progress bar text color
textBackgroundColor
Progress bar text background color
color
Progress bar color
drawScale
Drawing scale
visible
Visibility status
cancelButton
The cancel button
lighting
When false, the UI element is drawn with a flat color.
See Also

Reference

ProgressBar Class
ProgressBar Members
Overload List