BCGControlBar Library for .NET
ProgressBarControl Class
Members 




Implements a progress bar control.
Object Model
ProgressBarControl ClassICommandObject InterfaceICommandObject InterfaceICommandObject InterfaceCollectionWithEvents ClassObject ClassCommandButton ClassICommandObject InterfaceCommandButton Class
Syntax
'Declaration
 
Public Class ProgressBarControl 
   Inherits CommandPanel
   Implements IToolTipInfoProvider 
'Usage
 
Dim instance As ProgressBarControl
public class ProgressBarControl : CommandPanel, IToolTipInfoProvider  
public __gc class ProgressBarControl : public CommandPanel, IToolTipInfoProvider  
public ref class ProgressBarControl : public CommandPanel, IToolTipInfoProvider  
Remarks
Because the progress bar control is derived from CommandPanel it can work in "component mode", e.g. the control itself is invisible, but it's content is drawn on the parent control and the mouse input is still received.
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            BCGSoft.Controls.Shared.CommandPanel
               BCGSoft.Controls.Shared.ProgressBarControl

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ProgressBarControl Members
BCGSoft.Controls.Shared Namespace

Send Feedback