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