Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Specifies whether a Button control or Menu control is enabled when the add-in launches. The <Enabled> element is a child element of Control. If it is omitted, the default is true.
Note
The <Enabled> element is only supported for controls on the ribbon. It isn't supported for controls added to the Office context menu.
Add-in type: Task pane
Valid only in these VersionOverrides schemas:
- Task pane 1.0
For more information, see Version overrides in the add-in only manifest.
Associated with these requirement sets:
This element is only valid in Excel, PowerPoint, and Word; that is, when the Name attribute of the Host element is "Workbook", "Presentation", or "Document".
The parent control can also be programmatically enabled and disabled. For more information, see Change the availability of add-in commands.
Example
<Enabled>false</Enabled>