【问题标题】:Fluent Ribbon Backstage opening?Fluent Ribbon 后台开启?
【发布时间】:2012-03-16 09:47:38
【问题描述】:

是否可以在 Fluent Ribbon 中以编程方式打开 Backstage 控件?

【问题讨论】:

    标签: ribbon fluent ribbon-control fluent-ribbon


    【解决方案1】:

    解决后台设置IsOpen属性

    【讨论】:

      【解决方案2】:
      private void ButtonBase_OnClick(object sender, RoutedEventArgs e)
      {
        //execute the command from the View Model
        ((Fluent.Button)sender).Command.Execute(null);
      
        //close the backstage
        this.Menu.IsOpen = false;
      }
      

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2011-03-18
        • 2011-06-20
        • 2011-10-24
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2017-05-27
        相关资源
        最近更新 更多