1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- #if !defined(AFX_VCAXISTITLE_H__A3554BEB_C31E_4F66_837C_1E8819596C62__INCLUDED_)
- #define AFX_VCAXISTITLE_H__A3554BEB_C31E_4F66_837C_1E8819596C62__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // 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 CVcBackdrop;
- class CVcFont;
- class CVcTextLayout;
- class COleFont;
- #include "vcbackdrop.h"
- #include "vcfont.h"
- #include "vctextlayout.h"
- /////////////////////////////////////////////////////////////////////////////
- // CVcAxisTitle wrapper class
- class CVcAxisTitle : public COleDispatchDriver
- {
- public:
- CVcAxisTitle() {} // Calls COleDispatchDriver default constructor
- CVcAxisTitle(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
- CVcAxisTitle(const CVcAxisTitle& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
- // Attributes
- public:
- // Operations
- public:
- CString GetText();
- void SetText(LPCTSTR lpszNewValue);
- CVcBackdrop GetBackdrop();
- CVcFont GetVtFont();
- BOOL GetVisible();
- void SetVisible(BOOL bNewValue);
- CVcTextLayout GetTextLayout();
- short GetTextLength();
- void SetRefFont(LPDISPATCH newValue);
- COleFont GetFont();
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_VCAXISTITLE_H__A3554BEB_C31E_4F66_837C_1E8819596C62__INCLUDED_)
|