RibbonToggleButton 类 (2007 system)

更新:2007 年 11 月

表示功能区上的一个切换按钮控件。此类不能被继承。

命名空间:  Microsoft.Office.Tools.Ribbon
程序集:  Microsoft.Office.Tools.Common.v9.0(在 Microsoft.Office.Tools.Common.v9.0.dll 中)

语法

声明
<ToolboxBitmapAttribute(GetType(RibbonToggleButton), "RibbonToggleButton.bmp")> _
Public NotInheritable Class RibbonToggleButton _
    Inherits RibbonControl
用法
Dim instance As RibbonToggleButton
[ToolboxBitmapAttribute(typeof(RibbonToggleButton), "RibbonToggleButton.bmp")]
public sealed class RibbonToggleButton : RibbonControl

备注

RibbonToggleButton 可用于显示是否选择了某项。

继承层次结构

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.Office.Tools.Ribbon.RibbonComponent
        Microsoft.Office.Tools.Ribbon.RibbonControl
          Microsoft.Office.Tools.Ribbon.RibbonToggleButton

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

另请参见

参考

RibbonToggleButton 成员

Microsoft.Office.Tools.Ribbon 命名空间

其他资源

功能区概述

功能区设计器

功能区对象模型概述

如何:开始自定义功能区