customize CPThirdPartyControlsExternal<TPES_DEFAULT, WordTabDefault, TPImportDocumentControl> {
priority = 60;
}
integer
FSCNATIVECLIENT@1.1001:CPThirdPartyControlsExternal(
key ThirdPartyExternalState
statex,
key RibbonControlSite
site,
key RibbonControl
control,
out retval direct integer
priority)
Name |
Description |
statex |
defines the state of the external document that causes the control to be displayed
|
site |
defines the third-party context for external elements and the location that causes the control to be displayed
|
control |
defines the appropriate control that should be displayed in the third-party application
|
priority |
defines the placement of the control;
all configured controls will be sorted in ascending order
(a priority lower than zero removes this control from the associated third-party application)
|
Additional Information