?? sothemerange.h
字號:
#if !defined(AFX_SOTHEMERANGE_H__38F06BA2_EF06_44EB_BACE_F4BAF3DB1589__INCLUDED_)
#define AFX_SOTHEMERANGE_H__38F06BA2_EF06_44EB_BACE_F4BAF3DB1589__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 CsoStyle;
/////////////////////////////////////////////////////////////////////////////
// CsoThemeRange wrapper class
class CsoThemeRange : public COleDispatchDriver
{
public:
CsoThemeRange() {} // Calls COleDispatchDriver default constructor
CsoThemeRange(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CsoThemeRange(const CsoThemeRange& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
BOOL GetValid();
void SetValid(BOOL);
BOOL GetEnable();
void SetEnable(BOOL);
CString GetField();
void SetField(LPCTSTR);
long GetBreakCount();
void SetBreakCount(long);
BOOL GetDescending();
void SetDescending(BOOL);
CString GetCaption();
void SetCaption(LPCTSTR);
double GetVisibleScaleMax();
void SetVisibleScaleMax(double);
double GetVisibleScaleMin();
void SetVisibleScaleMin(double);
long GetIsForeignValue();
void SetIsForeignValue(long);
// Operations
public:
double GetBreakValue(long nIndex);
void SetBreakValue(long nIndex, double newValue);
CsoStyle GetStyle(long nIndex);
void SetRefStyle(long nIndex, LPDISPATCH newValue);
CString GetItemCaption(long nIndex);
void SetItemCaption(long nIndex, LPCTSTR lpszNewValue);
BOOL Make(long nRangeMode, long nBreakCount);
CString ToXML();
BOOL FromXML(LPCTSTR strXML);
BOOL GetItemStyleEnabled(long nIndex);
void SetItemStyleEnabled(long nIndex, BOOL bNewValue);
long AddBreak(double dValue);
long InsertBreak(long nIndex, double dValue);
long RemoveBreak(long nIndex, const VARIANT& nCount);
void RemoveAllBreak();
CString GetForeignValue(LPCTSTR strKey);
void SetForeignValue(LPCTSTR strKey, LPCTSTR lpszNewValue);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SOTHEMERANGE_H__38F06BA2_EF06_44EB_BACE_F4BAF3DB1589__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -