Sie sind hier:   Backstage View - taskGroup - getHelperText

Backstage View - taskGroup - getHelperText

 

Gibt einen Helpertext an das Control zurück.

 

 

Beispiel XML Ribbon Datei:

<customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui">
   <ribbon startFromScratch="false">
       <!-- Ribbon XML -->
   </ribbon>
  <backstage>
    <tab  id="btab1" label="Label 1. Tab">
      <firstColumn>
        <taskGroup id="MytskGroup1" label="Label taskGroup 1. Column" getHelperText="GetHelperTextTG" />
        <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" getHelperText="GetHelperTextTG" />
        <group id="myGroup21" label="Label Group" style="error"/>
      </secondColumn>    
    </tab>
  </backstage>
</customUI> 

Funktion in einem Standardmodul:

Sub GetHelperTextTG(control As IRibbonControl, helperText)
    helperText = "Helpertext: buttonSlab"
End Sub





Sie finden dieses Beispiel auch in der Beispieldatenbank "Backstage View 1".

 




Zurück

 

Letzte Änderungen:

18.03.2021
Neuer Download für Excel hinzugefügt. ...

25.10.2018
Seite "Vertrauenswürdige Speicherorte" - aktualisiert.. ...

22.10.2018
Neuer Download hinzugefügt. ...

08.04.2018
IDBE RibbonCreator 2016 (x86 and x64) für Office 2013 und Office 2016 - Neue Version. ...

 

Letzte Änderung: