You are here:   ToggleButton - onAction

ToggleButton - onAction

 

TogglebuttonCallback for Toogle Button-Click, without return of any values.






Sample Ribbon XML file:

<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui" onLoad="CallbackOnLoad">
    <ribbon startFromScratch="false">
        <tabs>
            <tab id="Toogle Button Demo" label="Toogle Button Demo">
                <group id="MyGroup" label="Toogle Button Demo">
                    <button id="MyButton" label="I ;-)"
                      image="myImage.JPG" 
                      size="large" getEnabled="CallbackGetEnabled"/> 
                    <toggleButton id="MyToggleButton1" size="large" 
                      label="Toggle Button (An/Aus)" imageMso="HappyFace"
                      onAction="MyToggleButtonCallbackOnAction"/>
                </group>
            </tab>
        </tabs>
    </ribbon>
</customUI> 

Function to be copied to a standard module:

Sub MyToggleButtonCallbackOnAction(control As IRibbonControl, _
                                 pressed As Boolean)
    ' Callback onAction
    bolEnabled = pressed
    gobjRibbon.InvalidateControl "MyButton"
End Sub

You can find this sample in Sample DB 2



Back

 

 

Last Updates:

18.03.2021
New Download added. ...

25.10.2018
Update Site "Trusted Locations" ...

22.10.2018
New Download added. ...

08.04.2018
IDBE RibbonCreator 2016 (x86 and x64) for Office 2013 and Office 2016 - new release. ...

 

Last update: