_CommandBars.GetEnabledMso Method
Returns True if the control identified by the idMso parameter is enabled.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Function GetEnabledMso ( _
idMso As String _
) As Boolean
'Usage
Dim instance As _CommandBars
Dim idMso As String
Dim returnValue As Boolean
returnValue = instance.GetEnabledMso(idMso)
bool GetEnabledMso(
string idMso
)
Parameters
idMso
Type: System.StringIdentifier for the control.
Return Value
Type: System.Boolean
Boolean