2.2.15 dialogBoxLauncher (Dialog Box Launcher)

This element specifies a button that is the dialog box launcher control for a ribbon group.

For example, consider a dialog box launcher control, as follows:

A dialog box launcher control

Figure 7: A dialog box launcher control

This is specified using the following XML fragment:

 <group id="customGroup" label="Custom Group">
   <dialogBoxLauncher>
     <button id="button" screentip="Dialog Box Launcher" />
   </dialogBoxLauncher>
 </group>

The following table summarizes the elements that are parents of this element.

Parent Elements

group (section 2.2.23)

The following table summarizes the child elements of this element.

Child Elements

Section

button (Unsized Button)

2.2.3

The following XML schema fragment defines the contents of this element:

 <xsd:complexType name="CT_DialogLauncher">
    <xsd:sequence>
    <xsd:element name="button" type="CT_ButtonRegular" minOccurs="1" maxOccurs="1"/>
    </xsd:sequence>
 </xsd:complexType>