CommandBars.GetPressedMso Method
Returns a value indicating whether the toggleButton control identified by the idMso parameter is pressed.
Syntax
expression.GetPressedMso(idMso)
expression An expression that returns a CommandBars object.
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| idMso | Required | String | Identifier for the control. |
Return Value
Boolean
Example
The following sample returns True when the Bold button is pressed.
| Visual Basic for Applications |
|---|
|