Ribbon.HelpButton property
Represents a container for the Help Button.
Usage
<Ribbon.HelpButton>
child elements
</Ribbon.HelpButton>
Attributes
There are no attributes.
Child elements
Element | Description |
---|---|
HelpButton |
May occur at most once |
Parent elements
Element |
---|
Ribbon |
Remarks
Optional.
May occur at most once for each Ribbon.
Examples
The following example demonstrates the basic markup that is required to implement a Ribbon Help button.
This section of code shows the Ribbon.HelpButton Command declaration.
<Command Name="cmdHelp"
Symbol="IDR_CMD_HELP">
</Command>
This section of code shows the Ribbon.HelpButton control declaration.
<Ribbon.HelpButton>
<HelpButton CommandName="cmdHelp"/>
</Ribbon.HelpButton>
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |