?? gridbandtool.cpp
字號:
// 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.
#include "stdafx.h"
#include "gridbandtool.h"
// Dispatch interfaces referenced by this interface
#include "gridbandbrush.h"
/////////////////////////////////////////////////////////////////////////////
// CGridBandTool properties
/////////////////////////////////////////////////////////////////////////////
// CGridBandTool operations
VARIANT CGridBandTool::GetAxis()
{
VARIANT result;
InvokeHelper(0xd, DISPATCH_PROPERTYGET, VT_VARIANT, (void*)&result, NULL);
return result;
}
void CGridBandTool::SetAxis(const VARIANT& newValue)
{
static BYTE parms[] =
VTS_VARIANT;
InvokeHelper(0xd, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms,
&newValue);
}
CGridBandBrush CGridBandTool::GetBand1()
{
LPDISPATCH pDispatch;
InvokeHelper(0x12d, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&pDispatch, NULL);
return CGridBandBrush(pDispatch);
}
CGridBandBrush CGridBandTool::GetBand2()
{
LPDISPATCH pDispatch;
InvokeHelper(0x12e, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&pDispatch, NULL);
return CGridBandBrush(pDispatch);
}
unsigned long CGridBandTool::GetBandBackColor(long ABand)
{
unsigned long result;
static BYTE parms[] =
VTS_I4;
InvokeHelper(0x12f, DISPATCH_PROPERTYGET, VT_I4, (void*)&result, parms,
ABand);
return result;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -