你的位置:首页 > 软件开发 > ASP.net > ToolBarTray与ToolBarPanel的区别

ToolBarTray与ToolBarPanel的区别

发布时间:2015-09-28 14:00:02
ToolBarPanel 类:在ToolBar中排列ToolBar项。e.g.<ToolBarTray>  <ToolBar>    <Button/>    <Button/>  </ToolBar></Tool ...

ToolBarPanel 类:在ToolBar中排列ToolBar项。

e.g.

<ToolBarTray>

  <ToolBar>

    <Button/>

    <Button/>

  </ToolBar>

</ToolBarTray>

ToolBarTray 类:表示处理ToolBar 的布局的容器。用于ToolBar控件模板之中。

e.g.

<Style x:key="MainToolBar" TargetType="{x:Type ToolBar}">

  <Setter Property="OverridesDefaultStyle" Value="True"/>

  <Setter Property="Template">

    <Setter.Value>

      <ControlTemplate TargetType="{x:Type ToolBar}">

        <Border>

          <ToolBarPanel IsItemHost="True" />

        </Border>

      </ControlTemplate>

    </Setter.Value>

  </Setter>

</Style>


 

海外公司注册、海外银行开户、跨境平台代入驻、VAT、EPR等知识和在线办理:https://www.xlkjsw.com

原标题:ToolBarTray与ToolBarPanel的区别

关键词:

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录