BCGControlBar Library for .NET
ProgressControl Property (ToolbarProgressBarButton)




Returns reference to the embedded progress control.
Syntax
'Declaration
 
Public ReadOnly Property ProgressControl As ProgressBarControl
'Usage
 
Dim instance As ToolbarProgressBarButton
Dim value As ProgressBarControl
 
value = instance.ProgressControl
public ProgressBarControl ProgressControl {get;}
public: __property ProgressBarControl* get_ProgressControl();
public:
property ProgressBarControl^ ProgressControl {
   ProgressBarControl^ get();
}
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

ToolbarProgressBarButton Class
ToolbarProgressBarButton Members

Send Feedback