Interface MMenu

    • Method Detail

      • isEnabled

        boolean isEnabled()
        Returns the value of the 'Enabled' attribute. The default value is "true".

        This field determines whether the associated menu is enabled or not.

        Returns:
        the value of the 'Enabled' attribute.
        See Also:
        setEnabled(boolean)
      • setEnabled

        void setEnabled​(boolean value)
        Sets the value of the 'Enabled' attribute.
        Parameters:
        value - the new value of the 'Enabled' attribute.
        See Also:
        isEnabled()