Exemplo n.º 1
0
        private void toggleAutomaticInductionCommand_BeforeQueryStatus(object sender, EventArgs e)
        {
            var atv = ActiveTextView;

            if (MenuProxy != null && atv != null)
            {
                var visible = MenuProxy.AutomaticInductionCommandEnabled(atv);
                toggleAutomaticInductionCommand.Visible = visible;
            }
        }