[This is preliminary documentation and is subject to change.]

Author: Đonny

Implements ProgressBar with overlay text

Namespace: Tools.WindowsT.FormsT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[DefaultPropertyAttribute("Value")]
[DefaultEventAttribute("ValueChanged")]
[DefaultBindingPropertyAttribute("Value")]
[ToolboxBitmapAttribute(typeof(ProgressBarWithText), "ProgressBarWithText.bmp")]
[PrefixAttribute("pwt")]
public class ProgressBarWithText : ProgressBar
Visual Basic
<DefaultPropertyAttribute("Value")> _
<DefaultEventAttribute("ValueChanged")> _
<DefaultBindingPropertyAttribute("Value")> _
<ToolboxBitmapAttribute(GetType(ProgressBarWithText), "ProgressBarWithText.bmp")> _
<PrefixAttribute("pwt")> _
Public Class ProgressBarWithText _
	Inherits ProgressBar
Visual C++
[DefaultPropertyAttribute(L"Value")]
[DefaultEventAttribute(L"ValueChanged")]
[DefaultBindingPropertyAttribute(L"Value")]
[ToolboxBitmapAttribute(typeof(ProgressBarWithText), L"ProgressBarWithText.bmp")]
[PrefixAttribute(L"pwt")]
public ref class ProgressBarWithText : public ProgressBar
F#
[<DefaultPropertyAttribute("Value")>]
[<DefaultEventAttribute("ValueChanged")>]
[<DefaultBindingPropertyAttribute("Value")>]
[<ToolboxBitmapAttribute(typeof(ProgressBarWithText), "ProgressBarWithText.bmp")>]
[<PrefixAttribute("pwt")>]
type ProgressBarWithText =  
    class
        inherit ProgressBar
    end
JScript
public class ProgressBarWithText extends ProgressBar

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ProgressBar
          Tools.WindowsT.FormsT..::..ProgressBarWithText

See Also

Collapse/expand Version History

1.5.2