Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
333 B

#ifndef __PROPOPT_H__
#define __PROPOPT_H__
#ifndef __PROP_H__
#include "prop.h"
#endif
// Class for Options property sheet.
class CPropOptions : public CProp
{
public:
CPropOptions(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
virtual void PreDoModal();
void EnableOverviewButton(DWORD dwHelpID);
};
#endif