vclegend.h
来自「this the code of bootstation」· C头文件 代码 · 共 37 行
H
37 行
// Mit Microsoft Visual C++ automatisch erstellte IDispatch-Kapselungsklasse(n).
// HINWEIS: Die Inhalte dieser Datei nicht 鋘dern. Wenn Microsoft Visual C++
// diese Klasse erneuert, werden Ihre 膎derungen 黚erschrieben.
// Dispatch-Schnittstellen, auf die von dieser Schnittstelle verwiesen wird
class CVcLocation;
class CVcBackdrop;
class CVcFont;
class CVcTextLayout;
class COleFont;
/////////////////////////////////////////////////////////////////////////////
// Wrapper-Klasse CVcLegend
class CVcLegend : public COleDispatchDriver
{
public:
CVcLegend() {} // Ruft den Standardkonstruktor f黵 COleDispatchDriver auf
CVcLegend(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CVcLegend(const CVcLegend& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attribute
public:
// Operationen
public:
CVcLocation GetLocation();
CVcBackdrop GetBackdrop();
CVcFont GetVtFont();
CVcTextLayout GetTextLayout();
void SetRefFont(LPDISPATCH newValue);
COleFont GetFont();
void Select();
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?