home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 66 / IOPROG_66.ISO / soft / c++ / mmwavex.exe / Demos / VC / Play / mmbevelx.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-01-17  |  2.1 KB  |  59 lines

  1. #if !defined(AFX_MMBEVELX_H__5997E2C6_585A_4652_9DA0_DA4CB8FA641B__INCLUDED_)
  2. #define AFX_MMBEVELX_H__5997E2C6_585A_4652_9DA0_DA4CB8FA641B__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  8.  
  9. // NOTE: Do not modify the contents of this file.  If this class is regenerated by
  10. //  Microsoft Visual C++, your modifications will be overwritten.
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CMMBevelX wrapper class
  14.  
  15. class CMMBevelX : public COleDispatchDriver
  16. {
  17. public:
  18.     CMMBevelX() {}        // Calls COleDispatchDriver default constructor
  19.     CMMBevelX(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  20.     CMMBevelX(const CMMBevelX& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  21.  
  22. // Attributes
  23. public:
  24.  
  25. // Operations
  26. public:
  27.     long GetBevelInner();
  28.     void SetBevelInner(long nNewValue);
  29.     long GetBevelInnerWidth();
  30.     void SetBevelInnerWidth(long nNewValue);
  31.     long GetBevelOuter();
  32.     void SetBevelOuter(long nNewValue);
  33.     long GetBevelOuterWidth();
  34.     void SetBevelOuterWidth(long nNewValue);
  35.     unsigned long GetBorderColor();
  36.     void SetBorderColor(unsigned long newValue);
  37.     long GetBorderSpace();
  38.     void SetBorderSpace(long nNewValue);
  39.     unsigned long GetBorderSpaceColor();
  40.     void SetBorderSpaceColor(unsigned long newValue);
  41.     long GetBorderStyle();
  42.     void SetBorderStyle(long nNewValue);
  43.     long GetBorderWidth();
  44.     void SetBorderWidth(long nNewValue);
  45.     unsigned long GetInnerLightColor();
  46.     void SetInnerLightColor(unsigned long newValue);
  47.     unsigned long GetInnerShadowColor();
  48.     void SetInnerShadowColor(unsigned long newValue);
  49.     unsigned long GetOuterLightColor();
  50.     void SetOuterLightColor(unsigned long newValue);
  51.     unsigned long GetOuterShadowColor();
  52.     void SetOuterShadowColor(unsigned long newValue);
  53. };
  54.  
  55. //{{AFX_INSERT_LOCATION}}
  56. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  57.  
  58. #endif // !defined(AFX_MMBEVELX_H__5997E2C6_585A_4652_9DA0_DA4CB8FA641B__INCLUDED_)
  59.