CommandBarsClass.GetEnabledMso Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Overridable Function GetEnabledMso ( _
idMso As String _
) As Boolean
'Usage
Dim instance As CommandBarsClass
Dim idMso As String
Dim returnValue As Boolean
returnValue = instance.GetEnabledMso(idMso)
public virtual bool GetEnabledMso(
string idMso
)
Parameters
- idMso
Type: System.String
Return Value
Type: System.Boolean
Implements
_CommandBars.GetEnabledMso(String)