vclabel.h 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. #if !defined(AFX_VCLABEL_H__494C5F93_7E19_46F7_9B73_1B98A74D299A__INCLUDED_)
  2. #define AFX_VCLABEL_H__494C5F93_7E19_46F7_9B73_1B98A74D299A__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  7. // NOTE: Do not modify the contents of this file. If this class is regenerated by
  8. // Microsoft Visual C++, your modifications will be overwritten.
  9. // Dispatch interfaces referenced by this interface
  10. class CVcBackdrop;
  11. class CVcFont;
  12. class CVcTextLayout;
  13. class COleFont;
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CVcLabel wrapper class
  16. class CVcLabel : public COleDispatchDriver
  17. {
  18. public:
  19. CVcLabel() {} // Calls COleDispatchDriver default constructor
  20. CVcLabel(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  21. CVcLabel(const CVcLabel& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  22. // Attributes
  23. public:
  24. // Operations
  25. public:
  26. CVcBackdrop GetBackdrop();
  27. CString GetFormat();
  28. void SetFormat(LPCTSTR lpszNewValue);
  29. CVcFont GetVtFont();
  30. BOOL GetAuto();
  31. void SetAuto(BOOL bNewValue);
  32. BOOL GetStanding();
  33. void SetStanding(BOOL bNewValue);
  34. CVcTextLayout GetTextLayout();
  35. short GetFormatLength();
  36. void SetRefFont(LPDISPATCH newValue);
  37. COleFont GetFont();
  38. };
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_VCLABEL_H__494C5F93_7E19_46F7_9B73_1B98A74D299A__INCLUDED_)