Sdílet prostřednictvím


_CommandBars.GetPressedMso Method

Returns a value indicating whether the toggleButton control identified by the idMso parameter is pressed.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Function GetPressedMso ( _
    idMso As String _
) As Boolean
'Usage
Dim instance As _CommandBars
Dim idMso As String
Dim returnValue As Boolean

returnValue = instance.GetPressedMso(idMso)
bool GetPressedMso(
    string idMso
)

Parameters

Return Value

Type: System.Boolean
Boolean

See Also

Reference

_CommandBars Interface

_CommandBars Members

Microsoft.Office.Core Namespace