_CommandBars.GetVisibleMso(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 True if the control identified by the idMso
parameter is visible.
public:
bool GetVisibleMso(System::String ^ idMso);
public bool GetVisibleMso (string idMso);
abstract member GetVisibleMso : string -> bool
Public Function GetVisibleMso (idMso As String) As Boolean
Parameters
- idMso
- String
Identifier for the control.
Returns
Boolean