API Help
Eplan.EplApi.Gui Namespace / Menu Class / IsActionChecked Method
the name of the action (optional: with some parameters)

In This Topic
    IsActionChecked Method
    In This Topic
    Get the checked state of a action in a menu (or/and on a toolbar)
    Syntax
    public bool IsActionChecked( 
       string strNameOfAction
    )
    public:
    bool IsActionChecked( 
       String^ strNameOfAction
    ) 

    Parameters

    strNameOfAction
    the name of the action (optional: with some parameters)

    Return Value

    true when the action is checked
    See Also