Office.Control interface
Represents an individual control or command and the state it should have.
Remarks
For code samples showing how to use a Control
object and its properties, see Enable and Disable Add-in Commands and Create custom contextual tabs.
Requirement set: RibbonAPI 1.1
Properties
enabled | Indicates whether the control should be enabled or disabled. The default is true. |
id | Identifier of the control as specified in the manifest. |
Property Details
enabled
Indicates whether the control should be enabled or disabled. The default is true.
enabled?: boolean;
Property Value
boolean
id
Identifier of the control as specified in the manifest.
id: string;
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins