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

taskFormGroup

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


With a taskFormGroup the top headline of its column can be defined.

Within taskFormGroup one or more category Containers can be added.

 

 

 

 

 

 

 

 

 

 

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>
        <taskFormGroup id="tskFrmgrp" label="Label: taskFormGroup"  helperText="Helpertext: taskFormGroup"/>
      </firstColumn>
      <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