www.pudn.com > EndpointDetection_Pitch.zip > ssrictrl.h
#ifndef __SSRICTRL_H__
#define __SSRICTRL_H__
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your modifications will be overwritten.
// Dispatch interfaces referenced by this interface
class CPicture;
/////////////////////////////////////////////////////////////////////////////
// CSSRICtrl wrapper class
class CSSRICtrl : public CWnd
{
protected:
DECLARE_DYNCREATE(CSSRICtrl)
public:
CLSID const& GetClsid()
{
static CLSID const clsid
= { 0xba686c3, 0xf7d3, 0x101a, { 0x99, 0x3e, 0x0, 0x0, 0xc0, 0xef, 0x6f, 0x5e } };
return clsid;
}
virtual BOOL Create(LPCTSTR lpszClassName,
LPCTSTR lpszWindowName, DWORD dwStyle,
const RECT& rect,
CWnd* pParentWnd, UINT nID,
CCreateContext* pContext = NULL)
{ return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }
BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
const RECT& rect, CWnd* pParentWnd, UINT nID,
CFile* pPersist = NULL, BOOL bStorage = FALSE,
BSTR bstrLicKey = NULL)
{ return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
pPersist, bStorage, bstrLicKey); }
// Attributes
public:
BOOL GetValue();
void SetValue(BOOL);
short GetGroupNumber();
void SetGroupNumber(short);
BOOL GetGroupAllowAllUp();
void SetGroupAllowAllUp(BOOL);
long GetPictureDnChange();
void SetPictureDnChange(long);
long GetAutoSize();
void SetAutoSize(long);
BOOL GetRoundedCorners();
void SetRoundedCorners(BOOL);
short GetBevelWidth();
void SetBevelWidth(short);
BOOL GetOutline();
void SetOutline(BOOL);
BOOL GetEnabled();
void SetEnabled(BOOL);
CPicture GetPictureDn();
void SetPictureDn(LPDISPATCH);
CPicture GetPictureDisabled();
void SetPictureDisabled(LPDISPATCH);
CPicture GetPictureUp();
void SetPictureUp(LPDISPATCH);
long GetMousePointer();
void SetMousePointer(long);
CPicture GetMouseIcon();
void SetMouseIcon(LPDISPATCH);
BOOL Get_Value();
void Set_Value(BOOL);
OLE_COLOR GetBackColor();
void SetBackColor(OLE_COLOR);
OLE_HANDLE GetHWnd();
void SetHWnd(OLE_HANDLE);
// Operations
public:
void Refresh();
void AboutBox();
};
#endif // __SSRICTRL_H__