__interface ICheckBox : IControl

{

    void Check(BOOL check);

    BOOL IsButtonChecked();

};

 

Related Topics

Wizard Page Interfaces
void Check(BOOL check)
BOOL IsButtonChecked()