📄 vcdatapointlabel.h
字号:
// 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 CVcBackdrop;
class CVcFont;
class CVcLCoor;
class CVcTextLayout;
class COleFont;
/////////////////////////////////////////////////////////////////////////////
// Wrapper-Klasse CVcDataPointLabel
class CVcDataPointLabel : public COleDispatchDriver
{
public:
CVcDataPointLabel() {} // Ruft den Standardkonstruktor f黵 COleDispatchDriver auf
CVcDataPointLabel(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CVcDataPointLabel(const CVcDataPointLabel& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attribute
public:
// Operationen
public:
CString GetText();
void SetText(LPCTSTR lpszNewValue);
CVcBackdrop GetBackdrop();
CVcFont GetVtFont();
CVcLCoor GetOffset();
CVcTextLayout GetTextLayout();
long GetLocationType();
void SetLocationType(long nNewValue);
BOOL GetCustom();
void SetCustom(BOOL bNewValue);
short GetComponent();
void SetComponent(short nNewValue);
long GetLineStyle();
void SetLineStyle(long nNewValue);
CString GetValueFormat();
void SetValueFormat(LPCTSTR lpszNewValue);
CString GetPercentFormat();
void SetPercentFormat(LPCTSTR lpszNewValue);
short GetTextLength();
void SetRefFont(LPDISPATCH newValue);
COleFont GetFont();
void ResetCustomLabel();
void Select();
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -