You are here:   Home > Access - Ribbons > Ribbon XML / Controls > taskGroup

taskGroup

Remark: All functions in this chapter refer to Access / Office 2010.    


taskGroup defines the top headline of its column.
 

 

 

 

 

 

 

 

 

 

 

 

  

The corresponding XML Ribbon file:

<customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui">
   <ribbon startFromScratch="false">
      <!-- Ribbon XML -->
   </ribbon>
  <backstage>
    <tab  id="btab1" label="Tab Label 1. ">
      <firstColumn>
        <taskGroup id="MytskGroup1" label="Label taskGroup 1. Column" helperText="Helpertext for 1. Column"/>
        <group id="myGroup21" label="Label 1. Group" helperText="Style:= normal"  style="normal"/>
        <group id="myGroup22" label="Label 2. Group" helperText="Style:= warning" style="warning"/>
        <group id="myGroup23" label="Label 3. Group" helperText="Style:= error" style="error"/>
      </firstColumn>
      <secondColumn>
        <taskGroup id="MytskGroup2" label="Label taskGroup 2. Column" helperText="Helpertext for 2. Column"/>
        <group id="myGroup21" label="Label Group" style="error"/>
      <secondColumn/>
    </tab>
    <button id="btnBackstage1" label="Label Backstage Button" imageMso="HappyFace" onAction="OnActionButton"/>
  </backstage>
       
</customUI>



Attributes: helperText,id, idMso, idQ, insertAfterMso, insertAfterQ, insertBeforeMso,
                insertBeforeQ, label, showLabel,tag, visible

 Callbacks: getHelperText, getLabel, getShowLabel, getVisible

 

You can also find this sample in sample database "Backstage View".

 

 

Last Updates:

19.01.2013
Update Downloads for "Trusted Locations" - Versions for Office 2013 ...


29.08.2012
Revised versions for IDBE RibbonCreator2010 (Version 1.1014a) ...

07.08.2012
Update Group Attributes and Callbacks. ...

02.08.2012
New Access FAQ added. New Download added. ...

 

Last update:
April 07, 2013, 22:24