You are here:   Command - getEnabled

Command - getEnabled

 

Sets the enabled state of a control.

 

 

Sample Ribbon XML file: 

<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
    <commands>
        <command idMso="Cut" onAction="CallbackCut"
          getEnabled="CallbackGetEnabled"/>
        <command idMso="Copy" onAction="CallbackCopy"/>
    </commands>
</customUI>

Function to be copied to a standard module:

Option Compare Database
Option Explicit
  
Public bolEnabled As Boolean
  
Sub CallbackGetEnabled(control As IRibbonControl, _
                       ByRef enabled)
' Callback getEnabled
    enabled = bolEnabled
End Sub 




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: