Class RadTaskDialogProgressBar
A class that represents the progress bar of RadTaskDialogPage
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadTaskDialogProgressBar : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IDrawFillElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadTaskDialogProgressBar()
Declaration
public RadTaskDialogProgressBar()
Properties
ErrorColor
Declaration
public Color ErrorColor { get; set; }
Property Value
|
System.Drawing.Color
|
MarqueeSpeed
Declaration
public int MarqueeSpeed { get; set; }
Property Value
|
System.Int32
|
Maximum
The maximum value of the progress bar.
Declaration
public int Maximum { get; set; }
Property Value
|
System.Int32
|
Minimum
The minimum value of the progress bar.
Declaration
public int Minimum { get; set; }
Property Value
|
System.Int32
|
PausedColor
Declaration
public Color PausedColor { get; set; }
Property Value
|
System.Drawing.Color
|
ProgressBarElement
Gets the RadTaskDialogProgressBarElement which is used to display determinate progress when the State is Normal, Paused or Error. When the state is Marquee or MarqueePaused this element is collapsed.
Declaration
public RadTaskDialogProgressBarElement ProgressBarElement { get; }
Property Value
|
RadTaskDialogProgressBarElement
|
State
Gets or sets the state of the progress bar. When the State is Normal, Paused or Error a RadTaskDialogProgressBarElement is displayed When the State is Marquee or MarqueePaused a RadWaitingBarElement is displayed.
Declaration
public RadTaskDialogProgressBarState State { get; set; }
Property Value
|
RadTaskDialogProgressBarState
|
Value
The value of the progress bar.
Declaration
public int Value { get; set; }
Property Value
|
System.Int32
|
WaitingBarElement
Gets the RadWaitingBarElement which is used to display indeterminate progress when the State is Marquee or MarqueePaused. When the state is Normal, Paused or Error this element is collapsed.
Declaration
public RadWaitingBarElement WaitingBarElement { get; }
Property Value
|
RadWaitingBarElement
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateProgressBarElement()
Declaration
protected virtual RadTaskDialogProgressBarElement CreateProgressBarElement()
Returns
|
RadTaskDialogProgressBarElement
|
CreateWaitingBarElement()
Declaration
protected virtual RadWaitingBarElement CreateWaitingBarElement()
Returns
|
RadWaitingBarElement
|
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
OnProgressBarStateChanged(RadTaskDialogProgressBarState)
Declaration
protected virtual void OnProgressBarStateChanged(RadTaskDialogProgressBarState oldState)
Parameters
|
RadTaskDialogProgressBarState
oldState
|
OnTextChanged(EventArgs)
Declaration
protected override void OnTextChanged(EventArgs e)
Parameters
|
System.EventArgs
e
|