Implementation of the TaskBarProgress component.
You can find more information in comments below. Overrided methods can be found in corresponding base interface.
class CTaskBarProgress :public virtual ITaskBarProgress, public CComponent
{
public:
bool setType(const IWindow::WINDOW_PROGRESS_TYPE value) override;
bool setProgress(const float value) override;
CTaskBarProgress();
CTaskBarProgress(IForm *parent);
};
Namespace: | nitisa::standard |
Include: | Standard/Components/TaskBarProgress/TaskBarProgress.h |