www.pudn.com > EndpointDetection_Pitch.zip > sscbctrl.h
#ifndef __SSCBCTRL_H__
#define __SSCBCTRL_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 COleFont;
class CPicture;
/////////////////////////////////////////////////////////////////////////////
// CSSCBCtrl wrapper class
class CSSCBCtrl : public CWnd
{
protected:
DECLARE_DYNCREATE(CSSCBCtrl)
public:
CLSID const& GetClsid()
{
static CLSID const clsid
= { 0xba686aa, 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);
CString GetFontName();
void SetFontName(LPCTSTR);
float GetFontSize();
void SetFontSize(float);
BOOL GetFontBold();
void SetFontBold(BOOL);
BOOL GetFontItalic();
void SetFontItalic(BOOL);
BOOL GetFontStrikethru();
void SetFontStrikethru(BOOL);
BOOL GetFontUnderline();
void SetFontUnderline(BOOL);
long GetAlignment();
void SetAlignment(long);
long GetFont3D();
void SetFont3D(long);
COleFont GetFont();
void SetFont(LPDISPATCH);
OLE_COLOR GetForeColor();
void SetForeColor(OLE_COLOR);
CString GetCaption();
void SetCaption(LPCTSTR);
BOOL GetEnabled();
void SetEnabled(BOOL);
long GetMousePointer();
void SetMousePointer(long);
CPicture GetMouseIcon();
void SetMouseIcon(LPDISPATCH);
BOOL Get_Value();
void Set_Value(BOOL);
OLE_HANDLE GetHWnd();
void SetHWnd(OLE_HANDLE);
// Operations
public:
void Refresh();
void AboutBox();
};
#endif // __SSCBCTRL_H__