dispids.h

来自「htm网页格式的参考资料」· C头文件 代码 · 共 32 行

H
32
字号
//=--------------------------------------------------------------------------=
// Dispids.H
//=--------------------------------------------------------------------------=
// Copyright  1995  Microsoft Corporation.  All Rights Reserved.
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF 
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A 
// PARTICULAR PURPOSE.
//=--------------------------------------------------------------------------=
//
// dispids for use in an automation or control object.
//
#ifndef _DISPIDS_H_

//=--------------------------------------------------------------------------=
// for the BCFControl control
// properties & methods
//

#define dispidAlignment		1
#define dispidCaptionMethod	2
#define dispidCaptionProp	3	
#define dispidTextDataPath		4

// events
//
#define eventidChange	5

#define _DISPIDS_H_
#endif // _DISPIDS_H_

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?