_CommandBars.GetPressedMso(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value indicating whether the toggleButton control identified by the idMso
parameter is pressed.
public:
bool GetPressedMso(System::String ^ idMso);
public bool GetPressedMso (string idMso);
abstract member GetPressedMso : string -> bool
Public Function GetPressedMso (idMso As String) As Boolean
Parameters
- idMso
- String
Identifier for the control.
Returns
Boolean