在Windows phone 中用c#中获取applicationbar .

ApplicationBar并不是页面视觉树的一部分,不能用通过为ApplicationBar设置x:Name属性值,而在代码后置文件里以此来访问该ApplicationBar 在后台代码中访问可以使用一下代码:

            ApplicationBarIconButton btn = this.ApplicationBar.Buttons[索引值] as ApplicationBarIconButton;
            //使用

            btn.isEnable=true;

    ……

 

posted @ 2012-08-31 15:17  海之澜  阅读(191)  评论(0编辑  收藏  举报