_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

Return Value

Type: System.Boolean
Boolean

See Also

Reference

_CommandBars Interface

_CommandBars Members

Microsoft.Office.Core Namespace