home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / ActiveX / THBResize.ActiveX.v2.0.Win9xNT.Incl.Keymaker-CORE / data1.cab / Example_Files / VcDemo1 / thbresizespecial.h < prev    next >
C/C++ Source or Header  |  1999-10-24  |  2KB  |  63 lines

  1. #if !defined(AFX_THBRESIZESPECIAL_H__7E078C41_892B_11D3_9335_0000B4BDB148__INCLUDED_)
  2. #define AFX_THBRESIZESPECIAL_H__7E078C41_892B_11D3_9335_0000B4BDB148__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. // CTHBResizeSpecial wrapper class
  14.  
  15. class CTHBResizeSpecial : public COleDispatchDriver
  16. {
  17. public:
  18.     CTHBResizeSpecial() {}        // Calls COleDispatchDriver default constructor
  19.     CTHBResizeSpecial(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  20.     CTHBResizeSpecial(const CTHBResizeSpecial& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  21.  
  22. // Attributes
  23. public:
  24.  
  25. // Operations
  26. public:
  27.     long GetHWnd();
  28.     void SetHWnd(long nNewValue);
  29.     BOOL GetFixCompleteToTop();
  30.     void SetFixCompleteToTop(BOOL bNewValue);
  31.     BOOL GetFixCompleteToBottom();
  32.     void SetFixCompleteToBottom(BOOL bNewValue);
  33.     BOOL GetFixCompleteToLeft();
  34.     void SetFixCompleteToLeft(BOOL bNewValue);
  35.     BOOL GetFixCompleteToRight();
  36.     void SetFixCompleteToRight(BOOL bNewValue);
  37.     long GetFixTop();
  38.     void SetFixTop(long nNewValue);
  39.     long GetFixBottom();
  40.     void SetFixBottom(long nNewValue);
  41.     long GetFixLeft();
  42.     void SetFixLeft(long nNewValue);
  43.     long GetFixRight();
  44.     void SetFixRight(long nNewValue);
  45.     BOOL GetKeepWidth();
  46.     void SetKeepWidth(BOOL bNewValue);
  47.     BOOL GetKeepHeight();
  48.     void SetKeepHeight(BOOL bNewValue);
  49.     BOOL GetKeepAspect();
  50.     void SetKeepAspect(BOOL bNewValue);
  51.     CString GetControlName();
  52.     void SetControlName(LPCTSTR lpszNewValue);
  53.     BOOL GetNoFontResize();
  54.     void SetNoFontResize(BOOL bNewValue);
  55.     BOOL GetDeactivateAutoResize();
  56.     void SetDeactivateAutoResize(BOOL bNewValue);
  57. };
  58.  
  59. //{{AFX_INSERT_LOCATION}}
  60. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  61.  
  62. #endif // !defined(AFX_THBRESIZESPECIAL_H__7E078C41_892B_11D3_9335_0000B4BDB148__INCLUDED_)
  63.