1 out of 2 rated this helpful - Rate this topic

Ribbon.HelpButton property

Represents a container for the Help Button.

Usage

<Ribbon.HelpButton>
  child elements
</Ribbon.HelpButton>

Attributes

There are no attributes.

Child elements

ElementDescription

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

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

 

 

Send comments about this topic to Microsoft

Build date: 11/14/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.