_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
idMso
Type: System.StringIdentifier for the control.
Return Value
Type: System.Boolean
Boolean