W
wang_phoenix
Unregistered / Unconfirmed
GUEST, unregistred user!
我正在开发一个软件,其中调用了acrobat的activex,使软件能够打开acrobat的文件,
但是打开文件时,acrobat的快捷按钮我想对它进行修改,不知道怎么去做!!
我查过acrobat的sdk,发现里面有一个函数:avtoolbuttonremove 定义如下:
AVToolButtonRemove
void AVToolButtonRemove (AVToolButton toolButton);
Description
Removes the specified button from the toolbar, but does not destroy the button. Call
AVToolBarUpdateButtonStates after removing a button to update the toolbar.
Parameters
Return Value
None
Header File
AVCalls.h
Related Methods
AVToolBarAddButton
Availability
Available if PI_ACROVIEW_VERSION (in PIRequir.h) is set to 0x00020000 or
higher.
toolButton The button to remove.
AVToolButtonRemove 是AVToolbar的属性
在软件中无法进行调用,而且delphi也能调用c的文件,望各位高手指教。谢谢
但是打开文件时,acrobat的快捷按钮我想对它进行修改,不知道怎么去做!!
我查过acrobat的sdk,发现里面有一个函数:avtoolbuttonremove 定义如下:
AVToolButtonRemove
void AVToolButtonRemove (AVToolButton toolButton);
Description
Removes the specified button from the toolbar, but does not destroy the button. Call
AVToolBarUpdateButtonStates after removing a button to update the toolbar.
Parameters
Return Value
None
Header File
AVCalls.h
Related Methods
AVToolBarAddButton
Availability
Available if PI_ACROVIEW_VERSION (in PIRequir.h) is set to 0x00020000 or
higher.
toolButton The button to remove.
AVToolButtonRemove 是AVToolbar的属性
在软件中无法进行调用,而且delphi也能调用c的文件,望各位高手指教。谢谢