__interface IProgressBar : IControl

{

    HRESULT SetPercentage(int position);

    int GetPercentage(void);

};

Related Topics

Wizard Page Interfaces
Overview
HRESULT SetPercentage(int position)
int GetPercentage(void)